Freigeben über


PrintCapabilities.InputBinCapability Eigenschaft

Definition

Ruft eine Auflistung von Werten ab, die angeben, welche Eingabecontainer (Papierschacht) 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

A ReadOnlyCollection<T> von InputBin Werten.

Hinweise

Diese Eigenschaft stellt das Feature JobInputBindes Druckschemas dar, wenn dieses Feature vom Gerät unterstützt wird. Andernfalls stellt DocumentInputBinsie dar, wenn dieses Feature unterstützt wird. Andernfalls stellt es darPageInputBin.

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

Gilt für: