PrintCapabilities.InputBinCapability Eigenschaft

Definition

Ruft eine Auflistung von Werten ab, die angeben, welcher Eingabeschacht verwendet wird.

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

Eigenschaftswert

Eine ReadOnlyCollection<T> mit InputBin-Werten.

Hinweise

Diese Eigenschaft stellt das Feature JobInputBindes Druckschemas dar, wenn dieses Feature vom Gerät unterstützt wird; andernfalls DocumentInputBinstellt sie dar, wenn dieses Feature unterstützt wird, andernfalls PageInputBinsteht es für .

Wenn der Drucker keines dieser Features unterstützt, ist die Sammlung leer.

Gilt für: