[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.CurrencySymbolStyle

Field.CurrencySymbolStyle Enum

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

Namespace: GrapeCity.Documents.Pdf.AcroForms
Assembly: DS.Documents.Pdf.dll
Syntax
public enum Field.CurrencySymbolStyle
Public Enum Field.CurrencySymbolStyle

Fields

Name Description
AfterNoSpace

Show the currency symbol after the number.

AfterWithSpace

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

BeforeNoSpace

Show the currency symbol before the number.

BeforeWithSpace

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