Class PdfDynamicField
Represents automatic field which value is dynamically evaluated.
Inheritance
System.Object
PdfDynamicField
Inherited Members
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public abstract class PdfDynamicField : PdfAutomaticField
Constructors
PdfDynamicField()
Initializes a new instance of the PdfDynamicField class.
Declaration
public PdfDynamicField()
PdfDynamicField(PdfFont)
Initializes a new instance of the PdfDynamicField class with PdfFont.
Declaration
public PdfDynamicField(PdfFont font)
Parameters
Type | Name | Description |
---|---|---|
PdfFont | font | A PdfFont object that specifies the font attributes (the family name, the size, and the style of the font) to use. |
PdfDynamicField(PdfFont, RectangleF)
Initializes a new instance of the PdfDynamicField class with PdfFont and bounds
Declaration
public PdfDynamicField(PdfFont font, RectangleF bounds)
Parameters
Type | Name | Description |
---|---|---|
PdfFont | font | A PdfFont object that specifies the font attributes (the family name, the size, and the style of the font) to use. |
RectangleF | bounds | The Rectangle bounds. |
PdfDynamicField(PdfFont, PdfBrush)
Initializes a new instance of the PdfDynamicField class PdfFont and PdfBrush.
Declaration
public PdfDynamicField(PdfFont font, PdfBrush brush)
Parameters
Type | Name | Description |
---|---|---|
PdfFont | font | A PdfFont object that specifies the font attributes (the family name, the size, and the style of the font) to use. |
PdfBrush | brush | . |