PrintCapabilities.PhotoPrintingIntentCapability Property

Definition

Gets a collection of values that identify the quality options the printer supports for printing photographs.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::PhotoPrintingIntent> ^ PhotoPrintingIntentCapability { System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::PhotoPrintingIntent> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.PhotoPrintingIntent> PhotoPrintingIntentCapability { get; }
member this.PhotoPrintingIntentCapability : System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.PhotoPrintingIntent>
Public ReadOnly Property PhotoPrintingIntentCapability As ReadOnlyCollection(Of PhotoPrintingIntent)

Property Value

A ReadOnlyCollection<T> of PhotoPrintingIntent values.

Remarks

If the printer does not support options for photographic quality, the collection is empty.

This property corresponds to the Print Schema's PagePhotoPrintingIntent.

Applies to