PrintCapabilities.InputBinCapability Property

Definition

Gets a collection of values that indicate what input bin (paper tray) is used.

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)

Property Value

A ReadOnlyCollection<T> of InputBin values.

Remarks

This property represents the Print Schema's feature JobInputBin, if that feature is supported by the device; otherwise, it represents DocumentInputBin, if that feature is supported; otherwise, it represents PageInputBin.

If the printer does not support any of these features, the collection is empty.

Applies to