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

バーコード テキストはありません。

適用対象