Aspose::Pdf::Text::TextExtractionErrorLocation class
Contents
[
Hide
]TextExtractionErrorLocation class
Represents the location in the PDF document where text extraction error has appeared.
class TextExtractionErrorLocation : public System::Object
Methods
Method | Description |
---|---|
get_FontUsedKey() const | Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error. |
get_FormKey() const | Key (name) of the PDF Form XObject in which contents stream text extraction error has located. Not empty if ObjectType == ‘xForm’. |
get_ObjectType() const | Type of the PDF object (Page or xForm) in which contents stream text extraction error has located. |
get_OperatorIndex() const | Index of text showing operator in the contents stream (operator collection) that causes text extraction error. |
get_OperatorString() const | Text showing operator that causes text extraction error. |
get_PageNumber() const | Number of the document page where text extraction error has located. |
get_Path() const | Location of the PDF document where text extraction error has appeared. |
get_TextStartPoint() const | Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error. |
ToString() const override | Returns string representation. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++