menu

Document Processing

TextData Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    TextData Class

    Represents a text information

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

    Properties

    Bounds

    Gets the bounds of the text

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