Table of Contents

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

font PdfFont

The PdfFont represents the format of the text.

See Also

PdfStaticField(PdfFont, RectangleF)

Initializes a new instance of the PdfStaticField class with PdfFont and bounds

public PdfStaticField(PdfFont font, RectangleF bounds)

Parameters

font PdfFont

The PdfFont represents the format of the text.

bounds RectangleF

The Rectangle bounds.

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 PdfFont

The PdfFont represents the format of the text.

brush PdfBrush

The 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 PdfGraphics

The graphics.

location PointF

The location.

scalingX float

The scaling X.

scalingY float

The scaling Y.

See Also

See Also