typedef struct _tagL_JP2_COMPOPTIONS_BOX
{
L_UINT32 uStructSize;
L_UINT32 uHeight;
L_UINT32 uWidth;
L_UINT8 uLoop;
}L_JP2_COMPOPTIONS_BOX, *pL_JP2_COMPOPTIONS_BOX;
The L_JP2_COMPOPTIONS_BOX structure provides information for the Composition Options box.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Rendered result height.
Rendered result width.
Looping count. This field specifies the number of times to fully execute the display instructions. A value of 255 indicates that the reader should repeat the entire set of instructions indefinitely.
The Composition Options box specifies parameters that apply to the composition or animation as a whole. This box is defined in JPX and above file formats. The Options box [L_JP2_COMPOPTIONS_BOX] must be contained within the Composition [L_JP2_COMPOSITION_BOX] 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