StandardPrintTaskOptions.Bordering 属性

定义

获取打印任务的边框选项的规范名称。

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

属性值

String

Platform::String

winrt::hstring

打印任务的边框选项的规范名称。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

注解

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

适用于

另请参阅