Class PageTextContent
Represents a Page text informations
Inheritance
System.Object
PageTextContent
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class PageTextContent : Object
Constructors
PageTextContent()
Declaration
public PageTextContent()
Properties
PageSize
Declaration
public SizeF PageSize { get; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF |
PageText
Gets the page size for the page
Declaration
public string PageText { get; }
Property Value
Type | Description |
---|---|
System.String |
TextData
Gets the list of text data for the page
Declaration
public List<TextContent> TextData { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TextContent> |