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