Click or drag to resize

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)
Syntax
public PdfPercentFormat(
	int nDec,
	PdfDigitSeparatorStyle sepStyle
)

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