LEADTOOLS JPEG 2000 (Leadtools.Jpeg2000 assembly)
LEAD Technologies, Inc

AppendBox(String,Jpeg2000SingleBox) Method






System.String containing the name of the JPEG 2000 file.
Jpeg2000SingleBox object containing the box data being appended.
Appends a single box to a JPEG 2000 file. This method is available in the Document/Medical Toolkits.
Syntax
public void AppendBox( 
   string fileName,
   Jpeg2000SingleBox box
)
'Declaration
 
Public Overloads Sub AppendBox( _
   ByVal fileName As String, _
   ByVal box As Jpeg2000SingleBox _
) 
'Usage
 
Dim instance As Jpeg2000Engine
Dim fileName As String
Dim box As Jpeg2000SingleBox
 
instance.AppendBox(fileName, box)
public void AppendBox( 
   string fileName,
   Jpeg2000SingleBox box
)
 function Leadtools.Jpeg2000.Jpeg2000Engine.AppendBox(String,Jpeg2000SingleBox)( 
   fileName ,
   box 
)
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.
Remarks

According to the JPEG 2000 standard a ResolutionBox cannot be appended to a file. Set it using the SetBox method. Attempting to append a ResolutionBox will cause an invalid parameter exception to be thrown.

Example
For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Jpeg2000Engine Class
Jpeg2000Engine 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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpeg2000 requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features