Gets a box of the specified type for the engine.
public Jpeg2000SingleBox GetBox(
Jpeg2000FileFormat format,
Jpeg2000BoxType boxType
)
Public Function GetBox( _
ByVal format As Leadtools.Jpeg2000.Jpeg2000FileFormat, _
ByVal boxType As Leadtools.Jpeg2000.Jpeg2000BoxType _
) As Leadtools.Jpeg2000.Jpeg2000SingleBox
public:
Leadtools.Jpeg2000.Jpeg2000SingleBox^ GetBox(
Leadtools.Jpeg2000.Jpeg2000FileFormat format,
Leadtools.Jpeg2000.Jpeg2000BoxType boxType
)
format
Jpeg2000FileFormat specifies the JPEG 2000 engine.
boxType
Type of box being obtained.
Jpeg2000SingleBox object containing the box data for the specified boxType.
This method is used to get the following types of boxes:
For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET