Class PdfMultipleNumberValueField
- Namespace
- Syncfusion.Pdf
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents automatic field which has the same value within the PdfGraphics
public abstract class PdfMultipleNumberValueField : PdfMultipleValueField
- Inheritance
-
PdfMultipleNumberValueField
- Derived
- Inherited Members
Constructors
PdfMultipleNumberValueField()
Initializes a new instance of the PdfMultipleNumberValueField class.
public PdfMultipleNumberValueField()
- See Also
PdfMultipleNumberValueField(PdfFont)
Initializes a new instance of the PdfMultipleNumberValueField class with PdfFont.
public PdfMultipleNumberValueField(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
PdfMultipleNumberValueField(PdfFont, RectangleF)
Initializes a new instance of the PdfMultipleNumberValueField class with PdfFont and rectangle bounds
public PdfMultipleNumberValueField(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 bounds.
- See Also
PdfMultipleNumberValueField(PdfFont, PdfBrush)
Initializes a new instance of the PdfMultipleNumberValueField class with PdfFont and PdfBrush.
public PdfMultipleNumberValueField(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
NumberStyle
Gets or sets the specific number style.
public PdfNumberStyle NumberStyle { get; set; }
Property Value
- PdfNumberStyle
ThePdfNumberStyle provides specific number style.
- See Also