The ContentLine class implements the text coordinates in a PDF document.

Syntax

public class ContentLine
Public Class ContentLine

Introduced: X19.

Constructors

Constructor Description
ContentLine Initializes a new instance of the ContentLine class.

Properties

Property Description
Height Returns the height of the line in Points.
Page Returns the page number that contains the line.
Rectangle Returns the rectangle bounds of the line.
Text Returns the text of the line.
Width Returns the width of the line in Points.
X Returns the horizontal coordinate of the line in Points.
Y Returns the vertical coordinate of the line in Points.