LineDirection Enumeration (POS for .NET v1.14 SDK Documentation)

3/2/2014

Enumerates the possible directions of a ruled line printed by a POS printer.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration LineDirection
[FlagsAttribute] 
public enum LineDirection
[FlagsAttribute] 
public enum class LineDirection
/** @attribute FlagsAttribute() */ 
public enum LineDirection
FlagsAttribute 
public enum LineDirection

Members

Member name Description
Horizontal A horizontal ruled line.
None Indicates that the POS printer does not support printing ruled lines.
Vertical A vertical ruled line.

See Also

Reference

Microsoft.PointOfService Namespace