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

In This Topic
    Field.NumberNegativeStyle Enumeration
    In This Topic
    Defines how negative numbers are displayed.
    Syntax
    'Declaration
     
    Public Enum Field.NumberNegativeStyle 
       Inherits System.Enum
    public enum Field.NumberNegativeStyle : System.Enum 
    Members
    MemberDescription
    NoneDo not use any special style to show negative numbers.
    ShowParenthesesNegative numbers are shown in parentheses.
    UseRedTextNegative numbers are shown in red color.
    Inheritance Hierarchy

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

    See Also