Freigeben über


PrintCapabilities.OutputColorCapability Eigenschaft

Definition

Ruft eine Auflistung von Werten ab, die die Möglichkeiten angeben, wie ein Drucker Inhalte mit Farbe und Grautönen drucken kann.

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

A ReadOnlyCollection<T> von OutputColor Werten.

Hinweise

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

Diese Eigenschaft entspricht dem Schlüsselwort des Print SchemasPageOutputColor.

Gilt für: