Class TextData
Represents a text information
Inheritance
System.Object
TextData
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class TextData : Object
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 |