BarCodeTextPosition Enumeration

Indicates placement of the readable character string.

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

Usage

'Usage
Dim barCodeTextPosition1 As BarCodeTextPosition = BarCodeTextPosition.Above

Syntax

'Declaration
Public Enum BarCodeTextPosition
public enum BarCodeTextPosition
public enum class BarCodeTextPosition
public enum BarCodeTextPosition
public enum BarCodeTextPosition

Members

Member name Description
Above Print the text above the bar code.
Below Print the text below the bar code.
None No text is printed. Only print the bar code.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
PrintBarCode