ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextData - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextData

    Represents a text informations

    Inheritance
    System.Object
    TextData
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.PdfViewer.dll
    Syntax
    public class TextData : Object

    Properties

    Bounds

    Gets the bounds of the text

    Declaration
    public RectangleF Bounds { 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