Visual Basic (Declaration) | |
---|---|
Public Function GetBox( _ ByVal format As Jpeg2000FileFormat, _ ByVal boxType As Jpeg2000BoxType _ ) As Jpeg2000SingleBox |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Jpeg2000SingleBox GetBox( Jpeg2000FileFormat format, Jpeg2000BoxType boxType ) |
Managed Extensions for 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
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