Version

ScalingType Enumeration

Represents the ways to scale a worksheet when it is printed.
Syntax
public enum ScalingType : System.Enum 
Members
MemberDescription
FitToPagesThe page maximums are used to determine how many pages the worksheet can be printed on. Less pages can be used if there is not enough printable content in the worksheet.
UseScalingFactorThe scaling factor is used to scale the worksheet when printing.
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