PosPrinterMapMode 枚举

定义

描述服务点打印机的有效度量单位。

public enum class PosPrinterMapMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterMapMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterMapMode
var value = Windows.Devices.PointOfService.PosPrinterMapMode.dots
Public Enum PosPrinterMapMode
继承
PosPrinterMapMode
属性

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

字段

Dots 0

服务点打印机的点宽度。

English 2

0.001 英寸。

Metric 3

0.01 毫米。

Twips 1

1/1440 英寸。

适用于

另请参阅