PageScalingFactorRange Class
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Specifies a range of percentages by which a printer can enlarge or reduce the print image on a page.
Assembly: ReachFramework (in ReachFramework.dll)
Name | Description | |
---|---|---|
![]() | MaximumScale | Gets the maximum percentage of the range. |
![]() | MinimumScale | Gets the minimum percentage of the range. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns the String representation of the range.(Overrides Object.ToString().) |
You typically use this class to specify the scaling range that is supported by a printer with the PageScalingFactorRange property of a PrintCapabilities object.
![]() |
---|
Classes within the System.Printing namespace are not supported for use within a Windows service or ASP.NET application or service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions. |
If you want to print from a Windows Forms application, see the System.Drawing.Printing namespace.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.