Specifies the text alignment on the barcode

Namespace: Neodynamic.SDK.Printing
Assembly: 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 nameValueDescription
AboveCenter0
AboveLeft1
AboveRight2
AboveJustify3
BelowCenter4
BelowLeft5
BelowRight6
BelowJustify7

See Also