Click or drag to resize
Pdf Library for .NET

TextPosition Class

The text position in a PDF document.
Inheritance Hierarchy
SystemObject
  SelectPdfTextPosition

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class TextPosition

The TextPosition type exposes the following members.

Constructors
  NameDescription
Public methodTextPosition
Creates a TextPosition object.
Top
Properties
  NameDescription
Public propertyHeight
Height of the text rectangle in the PDF page.
Public propertyPageNumber
Number of the page where the text is located.
Public propertyWidth
Width of the text rectangle in the PDF page.
Public propertyX
X coordinate of the text rectangle in the PDF page.
Public propertyY
Y coordinate of the text rectangle in the PDF page.
Top
See Also