.NET Framework Class Library
PageScalingFactorRange Class
Specifies a range of percentages by which a printer can enlarge or reduce the print image on a page.
Assembly: ReachFramework (in ReachFramework.dll)
Syntax
Visual Basic (Declaration)
Public NotInheritable Class PageScalingFactorRange
Visual Basic (Usage)
Dim instance As PageScalingFactorRange
C#
public sealed class PageScalingFactorRange
Visual C++
public ref class PageScalingFactorRange sealed
JScript
public final class PageScalingFactorRange
XAML
You cannot directly create an instance of this class in XAML.
Remarks
You typically use this class to specify the scaling range that is supported by a printer with the PageScalingFactorRange property of a PrintCapabilities object.
Inheritance Hierarchy
System.Object
System.Printing.PageScalingFactorRange
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.5, 3.0See Also