Back to Devexpress

PdfAcroFormValueFormat.CreateNumberFormat(Int32, PdfAcroFormNumberSeparatorStyle) Method

officefileapi-devexpress-dot-pdf-dot-pdfacroformvalueformat-dot-createnumberformat-x28-system-dot-int32-devexpress-dot-pdf-dot-pdfacroformnumberseparatorstyle-x29.md

latest1.8 KB
Original Source

PdfAcroFormValueFormat.CreateNumberFormat(Int32, PdfAcroFormNumberSeparatorStyle) Method

Creates a number format for a form field value.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public static PdfAcroFormValueFormat CreateNumberFormat(
    int decimalPlaces,
    PdfAcroFormNumberSeparatorStyle separatorStyle
)
vb
Public Shared Function CreateNumberFormat(
    decimalPlaces As Integer,
    separatorStyle As PdfAcroFormNumberSeparatorStyle
) As PdfAcroFormValueFormat

Parameters

NameTypeDescription
decimalPlacesInt32

A number of decimal places.

| | separatorStyle | PdfAcroFormNumberSeparatorStyle |

An enumeration value that indicates the number separator style.

|

Returns

TypeDescription
PdfAcroFormValueFormat

An object that contains the number format.

|

See Also

PdfAcroFormValueFormat Class

PdfAcroFormValueFormat Members

DevExpress.Pdf Namespace