Skip to main content
All docs
V23.2

XmpValueNode.Type Property

Gets the node’s value type.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public abstract XmpValueType Type { get; }

Property Value

Type Description
XmpValueType

The node value type.

Available values:

Name Description
Simple

A simple value.

Array

An array value.

Structure

A structure value.

See Also