Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPrintSettings Class / ScalingFactor Property

In This Topic
    ScalingFactor Property (XLPrintSettings)
    In This Topic
    Gets or sets the scaling factor (in percent) to use when printing the sheet.
    Syntax
    'Declaration
     
    
    Public Property ScalingFactor As Integer
    public int ScalingFactor {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