menu

Blazor

  • Code Examples
  • 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.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.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
    System.Drawing.RectangleF

    Text

    Gets the text.

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