PdfAcroFormCurrencyStyle Enum
Lists values used to specify currency style.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
No currency sign. |
Before
|
The currency symbol is placed before the number. |
Before
|
The currency symbol with space is placed before the number. |
After
|
The currency symbol is placed after the number. |
After
|
The currency symbol with space is placed after the number. |