Class TextLine
Gets the details of each line in the specified page.
Inheritance
System.Object
TextLine
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Portable.dll
Syntax
public class TextLine : Object
Constructors
TextLine()
Declaration
public TextLine()
Properties
Bounds
Gets the bounds of line.
Declaration
public RectangleF Bounds { get; }
Property Value
Type | Description |
---|---|
RectangleF |
FontName
Gets the font name of line.
Declaration
public string FontName { get; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Gets the font size of line.
Declaration
public float FontSize { get; }
Property Value
Type | Description |
---|---|
System.Single |
FontStyle
Gets the font style of line.
Declaration
public FontStyle FontStyle { get; }
Property Value
Type | Description |
---|---|
FontStyle |
Text
Get the text of line.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WordCollection
Gets the word collection with bounds in the page.
Declaration
public List<TextWord> WordCollection { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TextWord> |