Overload | Description |
---|---|
GetLogicalStructure(ViewState,Single,Single,Boolean) | Parses the PDF's structure tree (as returned by the StructTreeRoot property) and creates a GrapeCity.Documents.Pdf.Recognition.Structure.LogicalStructure object that represents the logical structure of the document.
Returns null if the current document does not have a structure tree. |
GetLogicalStructure(Single,Single,Boolean) | Parses the PDF's structure tree (as returned by the StructTreeRoot property) and creates a GrapeCity.Documents.Pdf.Recognition.Structure.LogicalStructure object that represents the logical structure of the document.
Returns null if the current document does not have a structure tree. |