Gets a box of the specified type for the engine.
public Jpeg2000SingleBox GetBox(
Jpeg2000FileFormat format,
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.