typedef struct _tagL_JP2_IPR_BOX
{
L_UINT32 uStructSize;
L_UINT8 * pData;
L_SIZE_T uDataSize;
}L_JP2_IPR_BOX, *pL_JP2_IPR_BOX;
The L_JP2_IPR_BOX structure provides information about the intellectual property rights within a JPEG 2000 file.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Intellectual property data.
The size of Intellectual property data.
The intellectual property rights box carries intellectual property information within a JPEG 2000 file. This box is defined in Jp2 and above file formats. JPEG 2000 file must only have one box of this type.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document