Class XmpArrayType
Types of the xmp arrays.
Inheritance
System.Object
XmpArrayType
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class XmpArrayType : Enum
Fields
Alt
Alternative array.
Declaration
public const XmpArrayType Alt
Field Value
Type |
---|
XmpArrayType |
Bag
Unordered array.
Declaration
public const XmpArrayType Bag
Field Value
Type |
---|
XmpArrayType |
Seq
Ordered array.
Declaration
public const XmpArrayType Seq
Field Value
Type |
---|
XmpArrayType |
Unknown
Unknown array type.
Declaration
public const XmpArrayType Unknown
Field Value
Type |
---|
XmpArrayType |