Class PageTextContent
Represents a Page text informations.
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PageTextContent
Constructors
PageTextContent()
Declaration
public PageTextContent()
Properties
PageSize
Gets the page size for the page.
Declaration
[JsonPropertyName("pageSize")]
[JsonInclude]
public SizeF PageSize { get; }
Property Value
| Type |
|---|
| SizeF |
PageText
Gets the page size for the page.
Declaration
[JsonPropertyName("pageText")]
[JsonInclude]
public string PageText { get; }
Property Value
| Type |
|---|
| string |
TextData
Gets the list of text data for the page.
Declaration
[JsonPropertyName("textData")]
[JsonInclude]
public List<TextContent> TextData { get; }
Property Value
| Type |
|---|
| List<TextContent> |