Enum XmpArrayType
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the type of an XmpArray.
public enum XmpArrayType
Fields
Alternative = 2
An alternative array. A set of one or more values, one of which should be chosen.
Ordered = 1
An ordered array. A list whose order is significant.
Unordered = 0
An unordered array. A list of values whose order does not have significance.
Remarks
See an example of using this type in the XMP metadata section.