PageQualitativeResolution Enumeration (System.Printing)

Switch View :
ScriptFree
.NET Framework Class Library
PageQualitativeResolution Enumeration

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

Namespace:  System.Printing
Assembly:  ReachFramework (in ReachFramework.dll)
Syntax

Visual Basic
Public Enumeration PageQualitativeResolution
C#
public enum PageQualitativeResolution
Visual C++
public enum class PageQualitativeResolution
F#
type PageQualitativeResolution
XAML Attribute Usage
<object property="enumerationMemberName" .../>
Members

Member name Description
Unknown The feature (whose options are represented by this enumeration) is set to an option not defined in the Print Schema.
Default The default qualitative resolution for the printer.
Draft Draft-level quality, which is 300 dpi for most printers.
High High quality, which is 1200 dpi or greater for most printers.
Normal Normal quality, which is 600 dpi for most printers.
Other 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.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference