Reads a boxType of box at the boxIndex index from the specified JPEG 2000 file.
public Jpeg2000Box ReadBox(string fileName,Jpeg2000BoxType boxType,int boxIndex)
Public Overloads Function ReadBox( _ByVal fileName As String, _ByVal boxType As Leadtools.Jpeg2000.Jpeg2000BoxType, _ByVal boxIndex As Integer _) As Leadtools.Jpeg2000.Jpeg2000Box
public:Leadtools.Jpeg2000.Jpeg2000Box^ ReadBox(String^ fileName,Leadtools.Jpeg2000.Jpeg2000BoxType boxType,int boxIndex)
fileName
System.String containing the name of the JPEG 2000 file.
boxType
Box type to be read.
boxIndex
0-based box index specifying the box to be read.
Jpeg2000Box object containing the box data.
All of the engine boxes will be reset (both those that have been loaded and any that have not been loaded). Only those boxes that have been found in the file during loading are updated.
For an example, refer to Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs codecs, string fileName, List<CompositeJpxImages> compositeImages, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor) example.
ReadBox(stream,jpeg2000boxtype,int32)
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
