BarCodeTextPosition Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates possible placements for the readable character string of a bar code.

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

Syntax

'Declaration
Public Enumeration BarCodeTextPosition
public enum BarCodeTextPosition
public enum class BarCodeTextPosition
public enum BarCodeTextPosition
public enum BarCodeTextPosition

Members

Member name Description
Above Indicates to print the text above the bar code.
Below Indicates to print the text below the bar code.
None Indicates that no text is printed. Only prints the bar code.

Remarks

Used by the PrintBarCode method. Replaces the PTR_BC_TEXT_NONE, PTR_BC_TEXT_ABOVE, and PTR_BC_TEXT_BELOW constants from UPOS.

See Also

Reference

Microsoft.PointOfService Namespace
PrintBarCode