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
。
如果打印机不支持上述任何功能,则集合为空。