PrintBordering 枚举

定义

指定边框打印选项。

public enum class PrintBordering
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class PrintBordering
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum PrintBordering
var value = Windows.Graphics.Printing.PrintBordering.default
Public Enum PrintBordering
继承
PrintBordering
属性

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

字段

Bordered 3

用于指示打印输出将设置边框的选项。

Borderless 4

用于指示打印输出将无边框的选项。

Default 0

默认边框选项。

NotAvailable 1

不受支持的边框选项。

PrinterCustom 2

特定于打印机设备的边框选项。

适用于