Aspose::Pdf::Text::TextExtractionError class
Contents
[
Hide
]TextExtractionError class
Describes the text extraction error has appeared in the PDF document.
class TextExtractionError : public System::Object
Methods
Method | Description |
---|---|
get_Description() const | Expanded description of the error. |
get_ExtractedText() const | Text that was actually extracted. |
get_FontKey() const | Key (PDF name) of the Font object that is used for showing text that causes extraction error. |
get_FontName() const | Readable (internal) name of the Font object that is used for showing text that causes extraction error. |
get_Location() const | Location of the error. |
get_Summary() const | Brief description of the error. |
ToString() const override | Returns string representation. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++