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
PdfFontA 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
PdfFontA PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use.
bounds
RectangleFThe 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
PdfFontA PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use.
brush
PdfBrushThe 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
- 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