Click or drag to resize

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)
Syntax
public PdfNumberFormat(
	int nDec
)

Parameters

nDec
Type: SystemInt32
The number of digits to show after the decimal
See Also