Aspose::Pdf::Text::TextExtractionError class

TextExtractionError class

Describes the text extraction error has appeared in the PDF document.

class TextExtractionError : public System::Object

Methods

MethodDescription
get_Description() constExpanded description of the error.
get_ExtractedText() constText that was actually extracted.
get_FontKey() constKey (PDF name) of the Font object that is used for showing text that causes extraction error.
get_FontName() constReadable (internal) name of the Font object that is used for showing text that causes extraction error.
get_Location() constLocation of the error.
get_Summary() constBrief description of the error.
ToString() const overrideReturns string representation.

See Also