PageQualitativeResolution Enum
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 the page resolution as a qualitative, non-numerical, value.
public enum class PageQualitativeResolution
public enum PageQualitativeResolution
type PageQualitativeResolution =
Public Enum PageQualitativeResolution
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The feature (whose options are represented by this enumeration) is set to an option not defined in the Print Schema. |
Default | 1 | The default qualitative resolution for the printer. |
Draft | 2 | Draft-level quality, which is 300 dpi for most printers. |
High | 3 | High quality, which is 1200 dpi or greater for most printers. |
Normal | 4 | Normal quality, which is 600 dpi for most printers. |
Other | 5 | Other quality. |
Remarks
You can use this type as an alternative, or supplement, to stating resolution in dots per inch (dpi).
This enumeration is used to provide values for the QualitativeResolution property. The PageResolution class, in turn, is used to provide values for the PageResolutionCapability property where it specifies the various resolutions that a printer supports, and the PageResolution property, where it instructs a printer what resolution to use.