Table of Contents

Class PdfMultipleValueField

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

Represents automatic field which has the same value within the PdfGraphics

public abstract class PdfMultipleValueField : PdfDynamicField
Inheritance
PdfMultipleValueField
Derived
Inherited Members

Constructors

PdfMultipleValueField()

Initializes a new instance of the PdfMultipleValueField class.

public PdfMultipleValueField()
See Also

PdfMultipleValueField(PdfFont)

Initializes a new instance of the PdfMultipleValueField class with PdfFont.

public PdfMultipleValueField(PdfFont font)

Parameters

font PdfFont

A PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use.

See Also

PdfMultipleValueField(PdfFont, RectangleF)

Initializes a new instance of the PdfMultipleValueField class with PdfFont and rectangle bounds.

public PdfMultipleValueField(PdfFont font, RectangleF bounds)

Parameters

font PdfFont

A PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use.

bounds RectangleF

The rectangle bounds.

See Also

PdfMultipleValueField(PdfFont, PdfBrush)

Initializes a new instance of the PdfMultipleValueField class with PdfFont and PdfBrush.

public PdfMultipleValueField(PdfFont font, PdfBrush brush)

Parameters

font PdfFont

A PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use.

brush PdfBrush

The PdfBrush specifies the color and texture to the text.

See Also

Properties

PdfTag

Gets or sets the tag for the element

public PdfTag PdfTag { get; set; }

Property Value

PdfTag
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