Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextContent - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextContent

    Represents a text informations

    Inheritance
    System.Object
    TextContent
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TextContent : Object

    Constructors

    TextContent()

    Declaration
    public TextContent()

    Properties

    Bound

    Gets the bounds of the text.

    Declaration
    public RectangleF Bound { get; }
    Property Value
    Type Description
    System.Drawing.RectangleF

    Text

    Gets the text.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved