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 關鍵詞。

適用於