Class TextData
Represents a text informations
Inheritance
System.Object
TextData
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.PdfViewer.dll
Syntax
public class TextData : Object
Properties
Bounds
Gets the bounds of the text
Declaration
public RectangleF Bounds { get; }
Property Value
Type |
---|
Syncfusion.Drawing.RectangleF |
Text
Gets the text
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |