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 中引入)

适用于