Gets or sets the maximum number of decimal places to use in numeric values. The default is 6. Decrease it to make the PDF file smaller.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public int NumberDecimalDigits { get; set; }
Visual Basic
Public Property NumberDecimalDigits As Integer
	Get
	Set

See Also