Class PdfStaticField
- Namespace
- Syncfusion.Pdf
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents automatic field which value can be evaluated in the moment of creation.
public abstract class PdfStaticField : PdfAutomaticField
- Inheritance
-
PdfStaticField
- Derived
- Inherited Members
Constructors
PdfStaticField()
Initializes a new instance of the PdfStaticField class.
public PdfStaticField()
- See Also
PdfStaticField(PdfFont)
Initializes a new instance of the PdfStaticField class with PdfFont
public PdfStaticField(PdfFont font)
Parameters
- See Also
PdfStaticField(PdfFont, RectangleF)
Initializes a new instance of the PdfStaticField class with PdfFont and bounds
public PdfStaticField(PdfFont font, RectangleF bounds)
Parameters
- See Also
PdfStaticField(PdfFont, PdfBrush)
Initializes a new instance of the PdfStaticField class with PdfFont and PdfBrush
public PdfStaticField(PdfFont font, PdfBrush brush)
Parameters
font
PdfFontThe PdfFont represents the format of the text.
brush
PdfBrushThe PdfBrush provides color and texture to the text.
- See Also
Methods
PerformDraw(PdfGraphics, PointF, float, float)
Performs draw.
protected override void PerformDraw(PdfGraphics graphics, PointF location, float scalingX, float scalingY)
Parameters
graphics
PdfGraphicsThe graphics.
location
PointFThe location.
scalingX
floatThe scaling X.
scalingY
floatThe scaling Y.
- See Also