PrintCapabilities.OutputColorCapability Eigenschaft

Definition

Ruft eine Auflistung von Werten ab, die angeben, welche Verfahren für den Farb- und Graustufendruck von einem Drucker unterstützt werden.

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

Eigenschaftswert

Eine ReadOnlyCollection<T> mit OutputColor-Werten.

Hinweise

Wenn der Drucker keine Ausgabefarbenoptionen unterstützt, ist die Sammlung leer.

Diese Eigenschaft entspricht dem Schlüsselwort (keyword) des DruckschemasPageOutputColor.

Gilt für: