PosPrinterBarcodeTextPosition 枚举

定义

描述服务点打印机相对于条形码打印条形码文本的可能垂直位置。

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

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

字段

Above 1

条形码文本位于条形码上方。

Below 2

条形码文本位于条形码下方。

None 0

没有条形码文本。

适用于