menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageTextContent - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageTextContent

    Represents a Page text informations.

    Inheritance
    System.Object
    PageTextContent
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved