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

适用于