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