PdfPercentFormat Constructor (Int32) |
Creates a new percent 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 PdfPercentFormat(
int nDec
)
Public Sub New (
nDec As Integer
)
Parameters
- nDec
- Type: SystemInt32
The number of digits to show after the decimal
See Also