- format
- Jpeg2000FileFormat specifies the JPEG 2000 engine.
- boxType
- Type of box being obtained.
Visual Basic (Declaration) | |
---|---|
Public Function GetBox( _ ByVal format As Jpeg2000FileFormat, _ ByVal boxType As Jpeg2000BoxType _ ) As Jpeg2000SingleBox |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Jpeg2000Engine Dim format As Jpeg2000FileFormat Dim boxType As Jpeg2000BoxType Dim value As Jpeg2000SingleBox value = instance.GetBox(format, boxType) |
C# | |
---|---|
public Jpeg2000SingleBox GetBox( Jpeg2000FileFormat format, Jpeg2000BoxType boxType ) |
C++/CLI | |
---|---|
public: Jpeg2000SingleBox^ GetBox( Jpeg2000FileFormat format, Jpeg2000BoxType boxType ) |
Parameters
- format
- Jpeg2000FileFormat specifies the JPEG 2000 engine.
- boxType
- Type of box being obtained.
Return Value
Jpeg2000SingleBox object containing the box data for the specified boxType.For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.
This method is used to get the following types of boxes:
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
Jpeg2000Engine ClassJpeg2000Engine Members
AppendBox
AppendBoxes
ReadBox
SetBoxes
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
JPEG2000 File Comments
JPEG And LEAD File Comments
Programming with JPEG 2000 Features
JPEG 2000 Boxes