Back to Devexpress

PdfAcroFormCurrencyStyle Enum

officefileapi-devexpress-dot-pdf-687904da.md

latest1.0 KB
Original Source

PdfAcroFormCurrencyStyle Enum

Lists values used to specify currency style.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfAcroFormCurrencyStyle
vb
Public Enum PdfAcroFormCurrencyStyle

Members

NameDescription
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

DevExpress.Pdf Namespace