Class TextExtractionErrorLocation

TextExtractionErrorLocation class

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

public sealed class TextExtractionErrorLocation

Properties

NameDescription
FontUsedKey { get; }Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.
FormKey { get; }Key (name) of the PDF Form XObject in which contents stream text extraction error has located. Not empty if ObjectType == ‘xForm’.
ObjectType { get; }Type of the PDF object (Page or xForm) in which contents stream text extraction error has located.
OperatorIndex { get; }Index of text showing operator in the contents stream (operator collection) that causes text extraction error.
OperatorString { get; }Text showing operator that causes text extraction error.
PageNumber { get; }Number of the document page where text extraction error has located.
Path { get; }Location of the PDF document where text extraction error has appeared.
TextStartPoint { get; }Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.

Methods

NameDescription
override ToString()Returns string representation.

See Also