Click or drag to resize

TextPosition Class

The text position in a PDF document.
Inheritance Hierarchy
SystemObject
  SelectPdf.ApiTextPosition

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
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 (1-based).
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
Methods
See Also