Table of Contents

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 PdfFont

A 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 PdfFont

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

bounds RectangleF

The 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 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

NumberStyle

Gets or sets the specific number style.

public PdfNumberStyle NumberStyle { get; set; }

Property Value

PdfNumberStyle

ThePdfNumberStyle provides specific number style.

See Also

See Also