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

AppendBoxes<T>(Stream,List<T>) Method






A System.IO.Stream containing the JPEG 2000 file data.
A list of Jpeg2000MultiBox objects containing the box data being appended.
Appends multiple boxes to a JPEG 2000 data stream. This method is available in the Document/Medical Toolkits.
Syntax
public void AppendBoxes<T>( 
   Stream stream,
   List<T> boxes
)
where T: Jpeg2000MultiBox
'Declaration
 
Public Overloads Sub AppendBoxes(Of T As Jpeg2000MultiBox)( _
   ByVal stream As Stream, _
   ByVal boxes As List(Of T) _
) 
'Usage
 
Dim instance As Jpeg2000Engine
Dim stream As Stream
Dim boxes As List(Of T)
 
instance.AppendBoxes(Of T)(stream, boxes)
public void AppendBoxes<T>( 
   Stream stream,
   List<T> boxes
)where T: Jpeg2000MultiBox
 function Leadtools.Jpeg2000.Jpeg2000Engine.AppendBoxes``1(Stream,List{``0})( 
   stream ,
   boxes 
)
public:
void AppendBoxesgeneric<typename T>
( 
   Stream^ stream,
   List<T^>^ boxes
) 
where T: Jpeg2000MultiBox

Parameters

stream
A System.IO.Stream containing the JPEG 2000 file data.
boxes
A list of Jpeg2000MultiBox objects containing the box data being appended.

Type Parameters

T
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 Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs codecs, Stream stream, List<CompositeJpxImages> compositeImages, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor) 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(String, List)
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