Table of Contents

Class TextWord

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

Details of a word present in the line.

public class TextWord
Inheritance
TextWord
Inherited Members

Constructors

TextWord()

public TextWord()

Properties

Bounds

Gets the bounds of the text.

public RectangleF Bounds { get; }

Property Value

RectangleF

Glyphs

Gets the text glyph with bounds in the word.

public List<TextGlyph> Glyphs { get; }

Property Value

List<TextGlyph>

Text

Gets the text.

public string Text { get; }

Property Value

string