Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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