PdfAcroFormValueFormat.CreatePercentFormat(Int32, PdfAcroFormNumberSeparatorStyle) Method
Creates a percent format for a form field value.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public static PdfAcroFormValueFormat CreatePercentFormat(
int decimalPlaces,
PdfAcroFormNumberSeparatorStyle separatorStyle
)
#Parameters
Name | Type | Description |
---|---|---|
decimal |
Int32 | A number of decimal places. |
separator |
Pdf |
An enumeration value that indicates the separator style. |
#Returns
Type | Description |
---|---|
Pdf |
An object that contains the percent format. |