Leadtools.Jpip Requires JPIP module product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Parse Method
See Also 
Leadtools.Jpip.JPX Namespace > JPxBoxParser Class : Parse Method



imageFileName
A String containing the name of the file.
jpxFile
A JPxFile object which will be filled with JPx information.
partitionSuperBoxes
A Boolean value that indicates whether to replace super boxes with a placeholder box. true to replace super boxes; otherwise, false.
partitionBoxSize
An Int32 value representing the number of bytes to replace a box with a placeholder if the box length exceeds this value.
imageFileName
A String containing the name of the file.
jpxFile
A JPxFile object which will be filled with JPx information.
partitionSuperBoxes
A Boolean value that indicates whether to replace super boxes with a placeholder box. true to replace super boxes; otherwise, false.
partitionBoxSize
An Int32 value representing the number of bytes to replace a box with a placeholder if the box length exceeds this value.
Parses all of the metadata boxes in a JPx or JP2 files

Syntax

Visual Basic (Declaration) 
Public Function Parse( _
   ByVal imageFileName As String, _
   ByVal jpxFile As JPxFile, _
   ByVal partitionSuperBoxes As Boolean, _
   ByVal partitionBoxSize As Integer _
) As Collection(Of JPxBox)
Visual Basic (Usage)Copy Code
Dim instance As JPxBoxParser
Dim imageFileName As String
Dim jpxFile As JPxFile
Dim partitionSuperBoxes As Boolean
Dim partitionBoxSize As Integer
Dim value As Collection(Of JPxBox)
 
value = instance.Parse(imageFileName, jpxFile, partitionSuperBoxes, partitionBoxSize)
C++/CLI 
public:
Collection<JPxBox>^ Parse( 
   String^ imageFileName,
   JPxFile^ jpxFile,
   bool partitionSuperBoxes,
   int partitionBoxSize
) 

Parameters

imageFileName
A String containing the name of the file.
jpxFile
A JPxFile object which will be filled with JPx information.
partitionSuperBoxes
A Boolean value that indicates whether to replace super boxes with a placeholder box. true to replace super boxes; otherwise, false.
partitionBoxSize
An Int32 value representing the number of bytes to replace a box with a placeholder if the box length exceeds this value.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features