次の方法で共有


PrintTaskOptions.CustomPageRanges プロパティ

定義

印刷タスクのカスタム ページ範囲オプションを取得します。

public:
 property IVector<PrintPageRange ^> ^ CustomPageRanges { IVector<PrintPageRange ^> ^ get(); };
IVector<PrintPageRange> CustomPageRanges();
public IList<PrintPageRange> CustomPageRanges { get; }
var iVector = printTaskOptions.customPageRanges;
Public ReadOnly Property CustomPageRanges As IList(Of PrintPageRange)

プロパティ値

カスタム ページ範囲オプション。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

適用対象