PrintCapabilities.PagesPerSheetCapability 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取整数集合,每个整数标识用户可以选择在纸张单面打印的页数。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<int> ^ PagesPerSheetCapability { System::Collections::ObjectModel::ReadOnlyCollection<int> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<int> PagesPerSheetCapability { get; }
member this.PagesPerSheetCapability : System.Collections.ObjectModel.ReadOnlyCollection<int>
Public ReadOnly Property PagesPerSheetCapability As ReadOnlyCollection(Of Integer)
属性值
一个ReadOnlyCollection<T>Int32值,表示打印机支持打印每侧多页的选项。
注解
大多数打印机仅支持有限数量的特定选项,例如 1、2、4、6、9 和 16 页。
如果打印机不支持每张纸多页,则集合为空。
此属性对应于PagesPerSheet ScoredProperty打印架构的JobNUpAllDocumentsContiguously关键字,而不是DocumentNUp关键字。