Version

ScalingType Property

Gets or sets the method for scaling the worksheet when it is printed.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also