PrintTicket.PageResolution Property
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.
Gets or sets the level of page resolution that the printer uses for a print job.
public:
property System::Printing::PageResolution ^ PageResolution { System::Printing::PageResolution ^ get(); void set(System::Printing::PageResolution ^ value); };
public System.Printing.PageResolution PageResolution { get; set; }
member this.PageResolution : System.Printing.PageResolution with get, set
Public Property PageResolution As PageResolution
Property Value
A PageResolution value that represents the resolution as a qualitative value, a dots-per-inch value, or both.
Exceptions
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.
Remarks
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.