TextExtractionErrorLocation
Overview
TextExtractionErrorLocation is a class in Aspose.PDF FOSS for .NET.
Structured location of a TextExtractionError within a page’s content stream.
This class provides 1 method for working with TextExtractionErrorLocation objects in .NET programs.
Available methods include: ToString.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: FontUsedKey, FormKey, ObjectType, OperatorIndex, OperatorString, PageNumber, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FontUsedKey | string | Read | Gets the font used key. |
FormKey | string | Read | Gets the form key. |
ObjectType | string | Read | Gets the object type. |
OperatorIndex | int | Read | Gets the operator index. |
OperatorString | string | Read | Gets the operator string. |
PageNumber | int | Read | Gets the page number. |
Path | string | Read | Gets the path. |
TextStartPoint | Aspose.Pdf.Point | Read | Gets the text start point. |
Methods
| Signature | Description |
|---|---|
ToString() | Calls ToString on this TextExtractionErrorLocation instance. |