Specifies the alignment of the barcode
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public enum BarcodeAlignment |
| Visual Basic |
|---|
Public Enumeration BarcodeAlignment |
| Visual C++ |
|---|
public enum class BarcodeAlignment |
Members
| Member name | Value | Description | |
|---|---|---|---|
| BottomCenter | 512 | ||
| BottomLeft | 256 | ||
| BottomRight | 1024 | ||
| MiddleCenter | 32 | ||
| MiddleLeft | 16 | ||
| MiddleRight | 64 | ||
| TopCenter | 2 | ||
| TopLeft | 1 | ||
| TopRight | 4 |