PrintTicket.PhotoPrintingIntent Property

Definition

Gets or sets a value indicating in qualitative terms the level of quality the printer uses to print a photograph.

public:
 property Nullable<System::Printing::PhotoPrintingIntent> PhotoPrintingIntent { Nullable<System::Printing::PhotoPrintingIntent> get(); void set(Nullable<System::Printing::PhotoPrintingIntent> value); };
public System.Printing.PhotoPrintingIntent? PhotoPrintingIntent { get; set; }
member this.PhotoPrintingIntent : Nullable<System.Printing.PhotoPrintingIntent> with get, set
Public Property PhotoPrintingIntent As Nullable(Of PhotoPrintingIntent)

Property Value

A PhotoPrintingIntent value indicating the level of photo quality.

Exceptions

Calling code has attempted to set the property to a value that is not in the PhotoPrintingIntent enumeration.

Remarks

The photographic printer driver translates the qualitative expression in this property into specific quantitative values for resolution and other factors.

A null value for this property means that this feature setting is not specified. Also, when the value is null, the XML versions of the PrintTicket (see SaveTo and GetXmlStream) will not contain any markup for this feature.

This property corresponds to the Print Schema's PagePhotoPrintingIntent keyword.

You can test for the options that the printer supports by using the PhotoPrintingIntentCapability property.

Applies to