Click or drag to resize

TextPosition Class

The text position in pdf.
Inheritance Hierarchy
SystemObject
  ExpertPdfTextPosition

Namespace: ExpertPdf
Assembly: eppdftotext (in eppdftotext.dll) Version: 9.0
Syntax
public class TextPosition

The TextPosition type exposes the following members.

Constructors
 NameDescription
Public methodTextPosition Constructs an TextPosition object
Top
Properties
 NameDescription
Public propertyHeight Height of the text.
Public propertyPageNumber The number of the page where the text was found.
Public propertyWidth Width of the text.
Public propertyX X coordinate of the position where the text was found.
Public propertyY Y coordinate of the position where the text was found.
Top
See Also