[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.NumberNegativeStyle

Field.NumberNegativeStyle Enum

Defines how negative numbers are displayed.

Namespace: GrapeCity.Documents.Pdf.AcroForms
Assembly: DS.Documents.Pdf.dll
Syntax
[Flags]
public enum Field.NumberNegativeStyle
<Flags>
Public Enum Field.NumberNegativeStyle

Fields

Name Description
None

Do not use any special style to show negative numbers.

ShowParentheses

Negative numbers are shown in parentheses.

UseRedText

Negative numbers are shown in red color.