Share via


PrintCapabilities.PagesPerSheetCapability 属性

定义

获取整数的集合,每一个整数用于标识用户可以选择在一页纸的单面上所打印的页数。

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打印架构关键字 (keyword) 的 JobNUpAllDocumentsContiguously ,而不是DocumentNUp关键字 (keyword) 。

适用于