[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.CurrencySymbolStyle

Enum Field.CurrencySymbolStyle

Namespace
GrapeCity.Documents.Pdf.AcroForms
Assembly
GcDocs.Pdf.dll

Defines the location of the currency symbol in relation to the number.

public enum Field.CurrencySymbolStyle

Fields

AfterNoSpace = 3

Show the currency symbol after the number.

AfterWithSpace = 2

Show the currency symbol after the number, delimited with a space.

BeforeNoSpace = 1

Show the currency symbol before the number.

BeforeWithSpace = 0

Show the currency symbol before the number, delimited with a space.