PrintTicket::PageResolution Property
Gets or sets the level of page resolution that the printer uses for a print job.
Assembly: ReachFramework (in ReachFramework.dll)
public: property PageResolution^ PageResolution { PageResolution^ get(); void set(PageResolution^ value); }
Property Value
Type: System.Printing::PageResolution^A PageResolution value that represents the resolution as a qualitative value, a dots-per-inch value, or both.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Calling code has attempted to set the property with a PageResolution object that has at least one null property. - or - Calling code has attempted to set the property with a PageMediaSize object whose QualitativeResolution property is set to a value that is not in the PageQualitativeResolution enumeration. - or - Calling code has attempted to set the property with a PageResolution object whose X or Y property is set to a value less than 1. |
The PageResolution class has properties in which you can specify the dots-per-inch for the X and Y dimensions and a property where you can give a qualitative expression to the resolution.
This property corresponds to the Print Schema's PageResolution keyword.
You can test for the options that the printer supports by using the PageResolutionCapability property.
Available since 3.0