共用方式為


StandardPrintTaskOptions.CustomPageRanges 屬性

定義

取得列印工作的自訂頁面範圍選項標準名稱。

public:
 static property Platform::String ^ CustomPageRanges { Platform::String ^ get(); };
static winrt::hstring CustomPageRanges();
public static string CustomPageRanges { get; }
var string = StandardPrintTaskOptions.customPageRanges;
Public Shared ReadOnly Property CustomPageRanges As String

屬性值

String

Platform::String

winrt::hstring

列印工作的自訂頁面範圍選項標準名稱。

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

備註

使用這個屬性可取得標準名稱,以從 PrintTaskOptions.DisplayedOptions 清單新增或移除自訂頁面範圍選項,以指出自訂頁面範圍選項是否出現在預覽列印 UI 中。 如需詳細資訊,請參閱 自訂預覽列印 UI。 此屬性僅適用于支援自訂頁面範圍功能的印表機。

適用於