Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

XmpArrayType Enum

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

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v21.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.

See Also