閱讀英文版本 編輯

分享方式:


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.

C#
public enum PageQualitativeResolution
Inheritance
PageQualitativeResolution

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.

Applies to

產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also