Visual Basic (Declaration) | |
---|---|
Overloads Public Sub AppendBox( _ ByVal fileName As String, _ ByVal box As Jpeg2000SingleBox _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void AppendBox( string fileName, Jpeg2000SingleBox box ) |
Managed Extensions for C++ | |
---|---|
public: void AppendBox( string* fileName, Jpeg2000SingleBox* box ) |
C++/CLI | |
---|---|
public: void AppendBox( String^ fileName, Jpeg2000SingleBox^ box ) |
Parameters
- fileName
- String containing the name of the JPEG 2000 file.
- box
- Jpeg2000SingleBox object containing the box data being appended.
For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.
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
Overload List
AppendBox
AppendBoxes
AppendFrames
AppendGmlData
ReadBox
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