Specifies the text alignment on 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 BarcodeTextAlignment |
Visual Basic |
---|
Public Enumeration BarcodeTextAlignment |
Visual C++ |
---|
public enum class BarcodeTextAlignment |
Members
Member name | Value | Description | |
---|---|---|---|
AboveCenter | 0 | ||
AboveLeft | 1 | ||
AboveRight | 2 | ||
AboveJustify | 3 | ||
BelowCenter | 4 | ||
BelowLeft | 5 | ||
BelowRight | 6 | ||
BelowJustify | 7 |