Gets or sets the scaling factor (in percent) to use when printing the sheet.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

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

Remarks

Setting the ScalingFactor property automatically sets the AutoScale property to false, causing C1Excel to use the selected scaling factor and to ignore the value of the FitPagesAcross and FitPagesDown properties.

See Also