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

PdfAcroFormCurrencyStyle Enum

Lists values used to specify currency style.

Namespace: DevExpress.Pdf

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

Declaration

public enum PdfAcroFormCurrencyStyle

Members

Name Description
None

No currency sign.

Before

The currency symbol is placed before the number.

BeforeWithSpace

The currency symbol with space is placed before the number.

After

The currency symbol is placed after the number.

AfterWithSpace

The currency symbol with space is placed after the number.

See Also