L_JP2_XML_BOX (original) (raw)

Summary

The L_JP2_XML_BOX structure provides information for an XML box.

Syntax

typedef struct _tagL_JP2_XML_BOX { [L_UINT32](leadtools-basic-data-types.html) uStructSize; [L_UINT8](leadtools-basic-data-types.html) * pData; [L_SIZE_T](leadtools-basic-data-types.html) uDataSize; } L_JP2_XML_BOX, *pL_JP2_XML_BOX;

Members

uStructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

pData

XML data that contain a well-formed XML document as defined in REC-xml-19980210.

uDataSize

The size of XML data.

Comments

An XML box contains vendor-specific information (in XML format). There may be multiple XML boxes within the file. This box is defined in JP2 and above file formats.

The structure is used by:

LEADTOOLS Raster Imaging C API Help