←Select platform

AppendBox(Stream,Jpeg2000SingleBox) Method

Summary

Appends a single box to a JPEG 2000 data stream. This method is available in the Document/Medical Toolkits.

Syntax

C#
VB
C++
public void AppendBox( 
   Stream stream, 
   Jpeg2000SingleBox box 
) 
  
Public Overloads Sub AppendBox( _ 
   ByVal stream As Stream, _ 
   ByVal box As Leadtools.Jpeg2000.Jpeg2000SingleBox _ 
)  
public: 
void AppendBox(  
   Stream^ stream, 
   Leadtools.Jpeg2000.Jpeg2000SingleBox^ box 
)  

Parameters

stream
A System.IO.Stream containing the JPEG 2000 file data.

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly