Class PdfMultipleNumberValueField
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 PdfMultipleNumberValueField : PdfMultipleValueField
Constructors
PdfMultipleNumberValueField()
Initializes a new instance of the PdfMultipleNumberValueField class.
Declaration
public PdfMultipleNumberValueField()
PdfMultipleNumberValueField(PdfFont)
Initializes a new instance of the PdfMultipleNumberValueField class with PdfFont.
Declaration
public PdfMultipleNumberValueField(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. |
PdfMultipleNumberValueField(PdfFont, RectangleF)
Initializes a new instance of the PdfMultipleNumberValueField class with PdfFont and rectangle bounds
Declaration
public PdfMultipleNumberValueField(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 bounds. |
PdfMultipleNumberValueField(PdfFont, PdfBrush)
Initializes a new instance of the PdfMultipleNumberValueField class with PdfFont and PdfBrush.
Declaration
public PdfMultipleNumberValueField(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
NumberStyle
Gets or sets the specific number style.
Declaration
public PdfNumberStyle NumberStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfNumberStyle | ThePdfNumberStyle provides specific number style. |