Class PdfDynamicField
- Namespace
- Syncfusion.Pdf
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents automatic field which value is dynamically evaluated.
public abstract class PdfDynamicField : PdfAutomaticField
- Inheritance
-
PdfDynamicField
- Derived
- Inherited Members
Constructors
PdfDynamicField()
Initializes a new instance of the PdfDynamicField class.
public PdfDynamicField()
- See Also
PdfDynamicField(PdfFont)
Initializes a new instance of the PdfDynamicField class with PdfFont.
public PdfDynamicField(PdfFont font)
Parameters
font
PdfFontA PdfFont object that specifies the font attributes (the family name, the size, and the style of the font) to use.
- See Also
PdfDynamicField(PdfFont, RectangleF)
Initializes a new instance of the PdfDynamicField class with PdfFont and bounds
public PdfDynamicField(PdfFont font, RectangleF bounds)
Parameters
font
PdfFontA PdfFont object that specifies the font attributes (the family name, the size, and the style of the font) to use.
bounds
RectangleFThe Rectangle bounds.
- See Also
PdfDynamicField(PdfFont, PdfBrush)
Initializes a new instance of the PdfDynamicField class PdfFont and PdfBrush.
public PdfDynamicField(PdfFont font, PdfBrush brush)
Parameters
font
PdfFontA PdfFont object that specifies the font attributes (the family name, the size, and the style of the font) to use.
brush
PdfBrush.
- See Also