Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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.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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved