←Select platform

ReadBox(string,Jpeg2000BoxType,int) Method

Summary

Reads a boxType of box at the boxIndex index from the specified JPEG 2000 file.

Syntax

C#
VB
C++
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 

Parameters

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.

Return Value

Jpeg2000Box object containing the box data.

Remarks

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.

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