PosPrinterLineStyle Enum

Definition

Describes the line styles that a receipt or slip printer station can use to print a ruled line.

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
Inheritance
PosPrinterLineStyle
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Broken 2

Prints a sequence of short lines separated by spaces.

Chain 3

Prints a sequence of short lines separated by a space, then followed by a very short line, followed by a space, then followed by a short line again.

DoubleSolid 1

Prints a continuous solid line of double the normal thickness.

SingleSolid 0

Prints a continuous solid line.

Applies to

See also