Parses all of the metadata boxes in a JPx or JP2 files
public Collection<JPxBox> Parse(
string imageFileName,
JPxFile jpxFile,
bool partitionSuperBoxes,
int partitionBoxSize
)
Public Function Parse( _
ByVal imageFileName As String, _
ByVal jpxFile As Leadtools.Jpip.Jpx.JPxFile, _
ByVal partitionSuperBoxes As Boolean, _
ByVal partitionBoxSize As Integer _
) As Collection(Of JPxBox)
public:
Collection<JPxBox^>^ Parse(
String^ imageFileName,
Leadtools.Jpip.Jpx.JPxFile^ jpxFile,
bool partitionSuperBoxes,
int partitionBoxSize
)
imageFileName
A System.String containing the name of the file.
jpxFile
A JPxFile object which will be filled with JPx information.
partitionSuperBoxes
A System.Boolean value that indicates whether to replace super boxes with a placeholder box. true to replace super boxes; otherwise, false.
partitionBoxSize
An System.Int32 value representing the number of bytes to replace a box with a placeholder if the box length exceeds this value.
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