Table of Contents

Class TextLine

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

Details of the text present in a line

public class TextLine
Inheritance
TextLine
Inherited Members

Constructors

TextLine()

public TextLine()

Properties

Bounds

Gets the bounds of the text.

public RectangleF Bounds { get; }

Property Value

RectangleF

FontName

Gets the font name of the text.

public string FontName { get; set; }

Property Value

string

FontSize

Gets the font size of the text.

public float FontSize { get; set; }

Property Value

float

FontStyle

Gets the font style of the text.

public FontStyle FontStyle { get; set; }

Property Value

FontStyle

Text

Gets the text.

public string Text { get; }

Property Value

string

WordCollection

Gets the collection of words present in the line.

public List<TextWord> WordCollection { get; }

Property Value

List<TextWord>