PrintCapabilities.InputBinCapability Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.