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 辺あたり 1、2、4、6、9、16 ページなど、限られた数の特定のオプションのみがサポートされます。

プリンターがシートごとに複数のページをサポートしていない場合、コレクションは空です。

このプロパティは、PagesPerSheet ScoredPropertyキーワード (keyword)ではなく、印刷スキーマJobNUpAllDocumentsContiguouslyキーワード (keyword)の にDocumentNUp対応します。

適用対象