Class PdfAutomaticField
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 abstract class PdfAutomaticField : PdfGraphicsElement
Constructors
PdfAutomaticField()
Initializes a new instance of the PdfAutomaticField class.
Declaration
protected PdfAutomaticField()
PdfAutomaticField(PdfFont)
Initializes a new instance of the PdfAutomaticField class with PdfFont
Declaration
protected PdfAutomaticField(PdfFont font)
Parameters
Type | Name | Description |
---|---|---|
PdfFont | font | The PdfFont represents the format of the text. |
PdfAutomaticField(PdfFont, PdfBrush)
Initializes a new instance of the PdfAutomaticField class with PdfFont and PdfBrush.
Declaration
protected PdfAutomaticField(PdfFont font, PdfBrush brush)
Parameters
Type | Name | Description |
---|---|---|
PdfFont | font | The PdfFont represents the format of the text. |
PdfBrush | brush | The PdfBrush provides color and texture to the text. |
PdfAutomaticField(PdfFont, RectangleF)
Initializes a new instance of the PdfAutomaticField class with PdfFont and bounds.
Declaration
protected PdfAutomaticField(PdfFont font, RectangleF bounds)
Parameters
Type | Name | Description |
---|---|---|
PdfFont | font | The PdfFont represents the format of the text. |
System.Drawing.RectangleF | bounds | The bounds. |
Properties
Bounds
Declaration
public RectangleF Bounds { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.RectangleF |
Brush
Declaration
public PdfBrush Brush { get; set; }
Property Value
Type | Description |
---|---|
PdfBrush |
Font
Declaration
public PdfFont Font { get; set; }
Property Value
Type | Description |
---|---|
PdfFont |
Location
Declaration
public PointF Location { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF |
Pen
Declaration
public PdfPen Pen { get; set; }
Property Value
Type | Description |
---|---|
PdfPen |
Size
Declaration
public SizeF Size { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF |
StringFormat
Gets or sets the PdfStringFormat of the field.
Declaration
public PdfStringFormat StringFormat { get; set; }
Property Value
Type | Description |
---|---|
PdfStringFormat | The PdfStringFormat determines text layout information on PDF |