←Select platform

Parse Method

Summary
Parses all of the metadata boxes in a JPx or JP2 files

Syntax
C#
C++/CLI
Python
public Collection<JPxBox> Parse( 
   string imageFileName, 
   JPxFile jpxFile, 
   bool partitionSuperBoxes, 
   int partitionBoxSize 
) 
public: 
Collection<JPxBox^>^ Parse(  
   String^ imageFileName, 
   JPxFile^ jpxFile, 
   bool partitionSuperBoxes, 
   int partitionBoxSize 
)  

Parameters

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.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.