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 | 通常の厚さの 2 倍の連続した実線を印刷します。 |
SingleSolid | 0 | 連続した実線を印刷します。 |