PrintCapabilities.PhotoPrintingIntentCapability Eigenschaft

Definition

Ruft eine Auflistung von Werten, die die Qualitätsoptionen identifizieren, die ein Drucker beim Drucken von Fotos unterstützt.

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)

Eigenschaftswert

Eine ReadOnlyCollection<T> mit PhotoPrintingIntent-Werten.

Hinweise

Wenn der Drucker keine Optionen für die Fotoqualität unterstützt, ist die Sammlung leer.

Diese Eigenschaft entspricht dem des DruckschemasPagePhotoPrintingIntent.

Gilt für: