PhotoPrintingIntent Enumeration (System.Printing)

Switch View :
ScriptFree
.NET Framework Class Library
PhotoPrintingIntent Enumeration

Specifies the quality of output when a photograph is printed. The printer driver translates the PhotoPrintingIntent into quantitative values for resolution and other quality factors.

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

Visual Basic
Public Enumeration PhotoPrintingIntent
C#
public enum PhotoPrintingIntent
Visual C++
public enum class PhotoPrintingIntent
F#
type PhotoPrintingIntent
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.
None No photo-printing intent. The user sets specific quantitative properties.
PhotoBest Best quality photo printing.
PhotoDraft Draft quality photo printing.
PhotoStandard Standard quality photo printing.
Remarks

The values of this type are used primarily for these purposes:

The Unknown value is never used in properties of PrintCapabilities objects.

You should never set a PrintTicket property to Unknown. If some other PrintTicket producing application has created a PrintTicket document that sets the photo printing intent feature to an unrecognized option (that is, an option that is not defined in the Print Schema), then a PrintTicket object in your application that is constructed with that document will have PhotoPrintingIntent.Unknown as the value of the PhotoPrintingIntent property.

Although the PrintTicket and PrintCapabilities classes cannot be inherited, you can extend the Print Schema to recognize print device features that are not accounted for in the PrintTicket or PrintCapabilities classes. For more information, see How to: Extend the Print Schema and Create New Print System Classes.

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