Click or drag to resize

PdfNegativeNumberStyle Enumeration

The negative number style for a PdfNumberFormat.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.7.0.0 (5.7.0.0)
Syntax
public enum PdfNegativeNumberStyle
Members
  Member nameValueDescription
Minus0 Minus , for example: -$5.00
RedText1 Red text, for example: $5.00
Parentheses2 Parentheses, for example: ($5.00)
RedTextAndParentheses3 Red text and parentheses, for example: ($5.00)
See Also