Version

ScalingType Enumeration

Represents the ways to scale a worksheet when it is printed.
Syntax
'Declaration
 
Public Enum ScalingType 
   Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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