PageScalingFactorRange Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a range of percentages by which a printer can enlarge or reduce the print image on a page.
public ref class PageScalingFactorRange sealed
public sealed class PageScalingFactorRange
type PageScalingFactorRange = class
Public NotInheritable Class PageScalingFactorRange
- Inheritance
-
PageScalingFactorRange
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.
Caution
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.
Properties
MaximumScale |
Gets the maximum percentage of the range. |
MinimumScale |
Gets the minimum percentage of the range. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns the String representation of the range. |