PosPrinterLineDirection 列挙型

定義

レシートまたはスリッププリンターステーションが罫線の印刷に使用できる道順について説明します。

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

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 で導入)

フィールド

Horizontal 0

水平罫線を印刷します。

Vertical 1

垂直罫線を印刷します。

適用対象

こちらもご覧ください