PosPrinterLineStyle 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述收据或单据打印机站可用于打印规则线条的线条样式。
public enum class PosPrinterLineStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterLineStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterLineStyle
var value = Windows.Devices.PointOfService.PosPrinterLineStyle.singleSolid
Public Enum PosPrinterLineStyle
- 继承
-
PosPrinterLineStyle
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
字段
Broken | 2 | 打印一系列用空格分隔的短线。 |
Chain | 3 | 打印一系列用空格分隔的短线,然后是一条非常短的行,后跟一个空格,然后又打印一条短线。 |
DoubleSolid | 1 | 打印一条连续实线,其粗细是正常粗细的两倍。 |
SingleSolid | 0 | 打印连续实线。 |