Aspose::Pdf::Text::TextExtractionErrorLocation class

TextExtractionErrorLocation class

Represents the location in the PDF document where text extraction error has appeared.

class TextExtractionErrorLocation : public System::Object

Methods

MethodDescription
get_FontUsedKey() constKey (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.
get_FormKey() constKey (name) of the PDF Form XObject in which contents stream text extraction error has located. Not empty if ObjectType == ‘xForm’.
get_ObjectType() constType of the PDF object (Page or xForm) in which contents stream text extraction error has located.
get_OperatorIndex() constIndex of text showing operator in the contents stream (operator collection) that causes text extraction error.
get_OperatorString() constText showing operator that causes text extraction error.
get_PageNumber() constNumber of the document page where text extraction error has located.
get_Path() constLocation of the PDF document where text extraction error has appeared.
get_TextStartPoint() constKey (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.
ToString() const overrideReturns string representation.

See Also