Appends a single box to a JPEG 2000 file. This method is available in the Document/Medical Toolkits.
public void AppendBox(string fileName,Jpeg2000SingleBox box)
Public Overloads Sub AppendBox( _ByVal fileName As String, _ByVal box As Leadtools.Jpeg2000.Jpeg2000SingleBox _)
public:void AppendBox(String^ fileName,Leadtools.Jpeg2000.Jpeg2000SingleBox^ box)
fileName
System.String containing the name of the JPEG 2000 file.
box
Jpeg2000SingleBox object containing the box data being appended.
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.
For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
