Class TextLine
Details of the text present in a line
Inheritance
System.Object
TextLine
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class TextLine : Object
Constructors
TextLine()
Declaration
public TextLine()
Properties
Bounds
Gets the bounds of the text.
Declaration
public RectangleF Bounds { get; }
Property Value
Type |
---|
System.Drawing.RectangleF |
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
WordCollection
Gets the collection of words present in the line.
Declaration
public List<TextWord> WordCollection { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TextWord> |