Class TextData
Inheritance
System.Object
TextData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.PdfViewer
Assembly: Syncfusion.EJ.PdfViewer.dll
Syntax
public class TextData
Properties
Bounds
Gets the bounds of the text
Declaration
public RectangleF Bounds { get; }
Property Value
Type | Description |
---|---|
System.Drawing.RectangleF |
Text
Gets the text
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |