Class TextExtractionError
Contents
[
Hide
]TextExtractionError class
Describes the text extraction error has appeared in the PDF document.
public sealed class TextExtractionError
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| override ToString() | Returns string representation. |
See Also
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF