PrintBordering 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定边框打印选项。
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 | 特定于打印机设备的边框选项。 |