XmpPacketInfo

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

charForm
ubyte charForm;

Character format using the values \c kXMP_Char8Bit, \c kXMP_Char16BitBig, etc.

hasWrapper
bool hasWrapper;

True if there is a packet wrapper, the "<?xpacket...>" XML processing instructions.

length
int length;

Packet length in the file in bytes, -1 if unknown.

offset
long offset;

Packet offset in the file in bytes, -1 if unknown.

pad
ubyte pad;

Padding to make the struct's size be a multiple 4.

padSize
int padSize;

Packet padding size in bytes, zero if unknown.

writeable
bool writeable;

True if there is a packet wrapper and the trailer says writeable by dumb packet scanners.

Meta