PageQualitativeResolution Enum

Definition

Specifies the page resolution as a qualitative, non-numerical, value.

public enum class PageQualitativeResolution
public enum PageQualitativeResolution
type PageQualitativeResolution = 
Public Enum PageQualitativeResolution
Inheritance
PageQualitativeResolution

Fields

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.

Unknown 0

The feature (whose options are represented by this enumeration) is set to an option not defined in the Print Schema.

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.

Applies to

See also