PdfNumberFormat Constructor (Int32) |
Creates a new number format instance with the specified parameters.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.7.0.0 (5.7.0.0)
Syntaxpublic PdfNumberFormat(
int nDec
)
Public Sub New (
nDec As Integer
)
Parameters
- nDec
- Type: SystemInt32
The number of digits to show after the decimal
See Also