Class TextLine
Details of the text present in a line
Inheritance
System.Object
TextLine
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class TextLine
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> |