Definitions for barcode label position and alignment.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: 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 name | Description | |
|---|---|---|
| BottomLeft | Bottom-left. | |
| BottomCenter | Bottom-center. | |
| BottomRight | Bottom-right. | |
| TopLeft | Top-left. | |
| TopCenter | Top-center. | |
| TopRight | Top-right. |