typedef enum
{
L_JP2B_RESOLUTION = 1,
L_JP2B_IPR = 2,
L_JP2B_XML = 3,
L_JP2B_UUID = 4,
L_JP2B_UUID_INFO = 5,
L_JPXB_RESOLUTION = 11,
L_JPXB_IPR = 12,
L_JPXB_XML = 13,
L_JPXB_UUID = 14,
L_JPXB_UUID_INFO = 15,
L_JPXB_MPEG7 = 16,
L_JPXB_FREE = 17,
L_JPXB_BINARYFILTER = 18,
L_JPXB_GTSO = 19,
L_JPXB_COMPOSITION = 20,
L_JPXB_DIGITAL_SIGNATURE = 21,
L_JPXB_ASSOCIATION = 22,
L_JPXB_MEDIADATA = 23,
} eJP2BOXTYPE;
The eJP2BOXTYPE enumeration is used with the LJp2FileFormat::SetBoxes, LJp2FileFormat::GetBoxes, LJp2FileFormat::FreeBoxes, LJp2FileFormat::ReadBox, LJp2FileFormat::AppendBoxes, LJp2FileFormat::ReadBoxMemory, and LJp2FileFormat::AppendBoxesMemory functions to specify the JPEG 2000 box type.
[1] JP2 Resolution box.
[2] JP2 Intellectual property rights box.
[3] JP2 XML box.
[4] JP2 UUID box.
[5] JP2 UUID information box.
[11] JPX Resolution box.
[12] JPX Intellectual property rights box.
[13] JPX XML box.
[14] JPX UUID box.
[15] JPX UUID information box.
[16] JPX MPEG-7 box.
[17] JPX Free box.
[18] JPX Binary filter box.
[19] JPX Desired reproduction box.
[20] JPX Composition box.
[21] JPX Digital signature box.
[22] JPX Association box.
[23] JPX Media data box
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