Class TextData
Represents a text information
Inheritance
System.Object
TextData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Drawing.RectangleF |
FontColor
Gets the font color of the text.
Declaration
public Color FontColor { get; }
Property Value
Type |
---|
System.Drawing.Color |
FontName
Gets the font name of the text.
Declaration
public string FontName { get; }
Property Value
Type |
---|
System.String |
FontSize
Gets the font size of the text.
Declaration
public float FontSize { get; }
Property Value
Type |
---|
System.Single |
FontStyle
Gets the font style of the text.
Declaration
public FontStyle FontStyle { get; }
Property Value
Type |
---|
System.Drawing.FontStyle |
Text
Gets the text
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |