Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfAcroFormValueFormat.CreatePercentFormat(Int32, PdfAcroFormNumberSeparatorStyle) Method

Creates a percent format for a form field value.

Namespace: DevExpress.Pdf

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

Declaration

public static PdfAcroFormValueFormat CreatePercentFormat(
    int decimalPlaces,
    PdfAcroFormNumberSeparatorStyle separatorStyle
)

Parameters

Name Type Description
decimalPlaces Int32

A number of decimal places.

separatorStyle PdfAcroFormNumberSeparatorStyle

An enumeration value that indicates the separator style.

Returns

Type Description
PdfAcroFormValueFormat

An object that contains the percent format.

See Also