PrintCapabilities.InputBinCapability 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值集合,该值指示使用什么输入箱(纸盒)。
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)
属性值
一个ReadOnlyCollection<T>InputBin值。
注解
此属性表示 打印架构的功能 JobInputBin(如果设备支持该功能);否则,它表示 DocumentInputBin该功能(如果支持该功能);否则 PageInputBin表示。
如果打印机不支持其中任何功能,则集合为空。