Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field.CurrencySymbolStyle Enumeration

In This Topic
    Field.CurrencySymbolStyle Enumeration
    In This Topic
    Defines the location of the currency symbol in relation to the number.
    Syntax
    'Declaration
     
    Public Enum Field.CurrencySymbolStyle 
       Inherits System.Enum
    public enum Field.CurrencySymbolStyle : System.Enum 
    Members
    MemberDescription
    AfterNoSpaceShow the currency symbol after the number.
    AfterWithSpaceShow the currency symbol after the number, delimited with a space.
    BeforeNoSpaceShow the currency symbol before the number.
    BeforeWithSpaceShow the currency symbol before the number, delimited with a space.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.AcroForms.Field.CurrencySymbolStyle

    See Also