Version

ScalingType Property

Gets or sets the method for scaling the worksheet when it is printed.
Syntax
'Declaration
 
Public Property ScalingType As ScalingType
public ScalingType ScalingType {get; set;}

Property Value

The method for scaling the worksheet when it is printed.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not defined in the ScalingType enumeration.
Remarks

If this is set to a value of UseScalingFactor, ScalingFactor is used to uniformly scale the worksheet on the printed pages.

If this is set to a value of FitToPages, MaxPagesHorizontally and MaxPagesVertically are used to set the maximum number of pages to fit the printed worksheet into in both directions.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also