Gets or sets the scaling mode used for printed output.

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

Syntax

C#
public bool AutoScale { get; set; }
Visual Basic
Public Property AutoScale As Boolean
	Get
	Set

Remarks

If AutoScale is set to true, then the printed sheet will be automatically scaled to fit the number of pages specified by the FitPagesAcross and FitPagesDown properties.

If AutoScale is set to false, then the printed sheet will be scaled according to the value of the ScalingFactor property.

See Also