Enum XmpFieldType

XmpFieldType enumeration

This enum represents types of a XMP field.

public enum XmpFieldType

Values

NameValueDescription
Struct0This type represents a structure.
Array1This type represents a array.
Property2This type represents a property.
Packet3This type represents a packet.
Unknown4This field represents an unknown type.

See Also