L_JP2_ASSOCIATION_BOX

Summary

The L_JP2_ASSOCIATION_BOX structure provides information for an association box.

Syntax

typedef struct _tagL_JP2_ASSOCIATION_BOX 
{ 
   L_UINT32 uStructSize; 
   L_UINT8 * pData; 
   L_SIZE_T uDataSize; 
}L_JP2_ASSOCIATION_BOX,   *pL_JP2_ASSOCIATION_BOX; 

Members

uStructSize

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

pData

Association box data.

uDataSize

The size of association box data.

Comments

The Association box allows data in the file to be associated with other data in the file. This box is defined in JPX and above file formats. A JPEG 2000 file may contain zero or more Association boxes.

The structure is used by:

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.