Skip to content

PDFTextLine

Namespace: O2S.Components.PDF4NET.Graphics.Text

Defines a line of text.

public abstract class PDFTextLine

Inheritance ObjectPDFTextLine

Properties

Rectangle

Gets the line rectangle.

public PDFDisplayRectangle Rectangle { get; internal set; }

Property Value

PDFDisplayRectangle
The rectangle that bounds the text line.


Text

Gets the text.

public string Text { get; }

Property Value

String
The text displayed in this line.


Methods

ToString()

The string representation of the text line.

public string ToString()

Returns

String
The text line