menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextData - API Reference

    Show / Hide Table of Contents

    Class TextData

    Represents a text information

    Inheritance
    System.Object
    TextData
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class TextData

    Properties

    Bounds

    Gets the bounds of the text

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

    FontColor

    Gets the font color of the text.

    Declaration
    public Color FontColor { get; }
    Property Value
    Type Description
    System.Drawing.Color

    FontName

    Gets the font name of the text.

    Declaration
    public string FontName { get; }
    Property Value
    Type Description
    System.String

    FontSize

    Gets the font size of the text.

    Declaration
    public float FontSize { get; }
    Property Value
    Type Description
    System.Single

    FontStyle

    Gets the font style of the text.

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

    Text

    Gets the text

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