PdfPercentFormat Constructor (Int32, PdfDigitSeparatorStyle) |
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,
PdfDigitSeparatorStyle sepStyle
)
Public Sub New (
nDec As Integer,
sepStyle As PdfDigitSeparatorStyle
)
Parameters
- nDec
- Type: SystemInt32
The number of digits to show after the decimal - sepStyle
- Type: RadPdf.Data.Document.CommonPdfDigitSeparatorStyle
The digit separator style
See Also