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
Gets the page size for the page.
Declaration
public SizeF PageSize { get; }
Property Value
Type |
---|
System.Drawing.SizeF |
PageText
Gets the page size for the page.
Declaration
public string PageText { get; }
Property Value
Type |
---|
System.String |
TextData
Gets the list of text data for the page.
Declaration
public List<TextContent> TextData { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TextContent> |