Skip to main content
All docs
V25.1
  • XmpArray.Type Property

    Gets the node’s value type.

    Namespace: DevExpress.Pdf.Xmp

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public override XmpValueType Type { get; }

    Property Value

    Type Description
    XmpValueType

    The node value type (XmpValueType.Array).

    Available values:

    Name Description
    Simple

    A simple value.

    Array

    An array value.

    Structure

    A structure value.

    See Also