Share via


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

3/2/2014

Enumerates the line styles that a POS printer can use when printing a ruled line by using the DrawRuledLine method.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification:="UPOS specification does not include 0.")> _
Public Enumeration LineStyle
[SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.")] 
public enum LineStyle
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1008:EnumsShouldHaveZeroValue", Justification=L"UPOS specification does not include 0.")] 
public enum class LineStyle
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") */ 
public enum LineStyle
SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") 
public enum LineStyle

Members

Member name Description
BrokenLine A sequence of short lines separated by spaces.
ChainLine 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.
DoubleSolidLine A continuous solid line of double the normal thickness.
SingleSolidLine A continuous solid line.

See Also

Reference

Microsoft.PointOfService Namespace