Skip to main content
All docs
V23.2

XmpArray.ArrayType Property

Retrieves the array type.

Namespace: DevExpress.Pdf.Xmp

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public XmpArrayType ArrayType { get; }

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