Class TextExtractionError

TextExtractionError class

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

public sealed class TextExtractionError

Properties

NameDescription
Description { get; }Expanded description of the error.
ExtractedText { get; }Text that was actually extracted.
FontKey { get; }Key (PDF name) of the Font object that is used for showing text that causes extraction error.
FontName { get; }Readable (internal) name of the Font object that is used for showing text that causes extraction error.
Location { get; }Location of the error.
Summary { get; }Brief description of the error.

Methods

NameDescription
override ToString()Returns string representation.

See Also