public Collection<JPxBox> Parse(
string imageFileName,
JPxFile jpxFile,
bool partitionSuperBoxes,
int partitionBoxSize
)
public:
Collection<JPxBox^>^ Parse(
String^ imageFileName,
JPxFile^ jpxFile,
bool partitionSuperBoxes,
int partitionBoxSize
)
def Parse(self,imageFileName,jpxFile,partitionSuperBoxes,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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document