Skip to main content
All docs
V23.2

XmpSimpleNode.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 override XmpValueType Type { get; }

Property Value

Type Description
XmpValueType

The node value type (XmpValueType.Simple).

Available values:

Name Description
Simple

A simple value.

Array

An array value.

Structure

A structure value.

See Also