Class PdfMultipleValueField
Represents automatic field which has the same value within the PdfGraphics
Inheritance
Inherited Members
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public abstract class PdfMultipleValueField : PdfDynamicField
Constructors
PdfMultipleValueField()
Initializes a new instance of the PdfMultipleValueField class.
Declaration
public PdfMultipleValueField()
PdfMultipleValueField(PdfFont)
Initializes a new instance of the PdfMultipleValueField class with PdfFont.
Declaration
public PdfMultipleValueField(PdfFont font)
Parameters
Type | Name | Description |
---|---|---|
PdfFont | font | A PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use. |
PdfMultipleValueField(PdfFont, RectangleF)
Initializes a new instance of the PdfMultipleValueField class with PdfFont and rectangle bounds.
Declaration
public PdfMultipleValueField(PdfFont font, RectangleF bounds)
Parameters
Type | Name | Description |
---|---|---|
PdfFont | font | A PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use. |
RectangleF | bounds | The rectangle bounds. |
PdfMultipleValueField(PdfFont, PdfBrush)
Initializes a new instance of the PdfMultipleValueField class with PdfFont and PdfBrush.
Declaration
public PdfMultipleValueField(PdfFont font, PdfBrush brush)
Parameters
Type | Name | Description |
---|---|---|
PdfFont | font | A PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use. |
PdfBrush | brush | The PdfBrush specifies the color and texture to the text. |
Properties
PdfTag
Gets or sets the tag for the element
Declaration
public PdfTag PdfTag { get; set; }
Property Value
Type |
---|
PdfTag |
Methods
PerformDraw(PdfGraphics, PointF, Single, Single)
Performs draw.
Declaration
protected override void PerformDraw(PdfGraphics graphics, PointF location, float scalingX, float scalingY)
Parameters
Type | Name | Description |
---|---|---|
PdfGraphics | graphics | The graphics. |
PointF | location | The location. |
System.Single | scalingX | The scaling X. |
System.Single | scalingY | The scaling Y. |