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 引進)

適用於