- fileName
- System.String containing the name of the JPEG 2000 file.
- box
- Jpeg2000SingleBox object containing the box data being appended.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub AppendBox( _ ByVal fileName As String, _ ByVal box As Jpeg2000SingleBox _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Jpeg2000Engine Dim fileName As String Dim box As Jpeg2000SingleBox instance.AppendBox(fileName, box) |
C# | |
---|---|
public void AppendBox( string fileName, Jpeg2000SingleBox box ) |
C++/CLI | |
---|---|
public: void AppendBox( String^ fileName, Jpeg2000SingleBox^ box ) |
Parameters
- fileName
- System.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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
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