TextExtractionErrorLocation

TextExtractionErrorLocation

Overview

TextExtractionErrorLocation is a class in Aspose.PDF FOSS for .NET.

Structured location of a TextExtractionError within a page’s content stream.

This class provides 1 method for working with TextExtractionErrorLocation objects in .NET programs. Available methods include: ToString. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: FontUsedKey, FormKey, ObjectType, OperatorIndex, OperatorString, PageNumber, and 2 more.

Properties

NameTypeAccessDescription
FontUsedKeystringReadGets the font used key.
FormKeystringReadGets the form key.
ObjectTypestringReadGets the object type.
OperatorIndexintReadGets the operator index.
OperatorStringstringReadGets the operator string.
PageNumberintReadGets the page number.
PathstringReadGets the path.
TextStartPointAspose.Pdf.PointReadGets the text start point.

Methods

SignatureDescription
ToString()Calls ToString on this TextExtractionErrorLocation instance.

See Also