Skip to main content
All docs
V25.1
  • XmpArrayType Enum

    Lists values that indicate the type of array elements in the XMP packet.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public enum XmpArrayType

    Members

    Name Description
    Undefined

    The array type is undefined.

    Unordered

    Unordered array – the array items can be reordered.

    Ordered

    Ordered array – items are ordered by index and cannot be reordered.

    Alternative

    Alternative array – the item order is defined by data type or application. Items cannot be reordered.

    Related API Members

    The following properties accept/return XmpArrayType values:

    See Also