The Parse Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
- 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.
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# | |
---|---|
public Collection<JPxBox> Parse( string imageFileName, JPxFile jpxFile, bool partitionSuperBoxes, int partitionBoxSize ) |
C++/CLI | |
---|---|
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7