XmpArray.ArrayType Property
Retrieves the array type.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
XmpArrayType | The array type. |
Available values:
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. |
See Also