[]
        
(Showing Draft Content)

C1.Excel.XLPrintSettings.AutoScale

AutoScale Property

AutoScale

Gets or sets the scaling mode used for printed output.

Declaration
public bool AutoScale { get; set; }
Remarks
<p>If <xref href="C1.Excel.XLPrintSettings.AutoScale" data-throw-if-not-resolved="false"></xref> 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.