[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.NumberNegativeStyle

Enum Field.NumberNegativeStyle

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

Defines how negative numbers are displayed.

[Flags]
public enum Field.NumberNegativeStyle

Fields

None = 0

Do not use any special style to show negative numbers.

ShowParentheses = 1

Negative numbers are shown in parentheses.

UseRedText = 2

Negative numbers are shown in red color.