Definitions for barcode label position and alignment.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public enum BarCodeLabelPosition
Visual Basic (Declaration)
Public Enumeration BarCodeLabelPosition
Visual C++
public enum class BarCodeLabelPosition

Members

Member nameDescription
BottomLeft
Bottom-left.
BottomCenter
Bottom-center.
BottomRight
Bottom-right.
TopLeft
Top-left.
TopCenter
Top-center.
TopRight
Top-right.

See Also