StandardPrintTaskOptions.NUp 属性

定义

获取打印任务的 NUp (每页页) 选项的规范名称。

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

属性值

String

Platform::String

winrt::hstring

打印任务的 NUp (每页页) 选项的规范名称。

注解

使用此属性可获取规范名称,以在 PrintTaskOptions.DisplayedOptions 列表中添加或删除“每页 (页) ”选项,以指示打印预览 UI 中是否显示每页页选项。 有关详细信息,请参阅 自定义打印预览 UI。 此属性仅适用于支持每页页功能的打印机。

适用于

另请参阅