Specifies the alignment of 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 BarcodeAlignment
Visual Basic
Public Enumeration BarcodeAlignment
Visual C++
public enum class BarcodeAlignment

Members

Member nameValueDescription
BottomCenter512
BottomLeft256
BottomRight1024
MiddleCenter32
MiddleLeft16
MiddleRight64
TopCenter2
TopLeft1
TopRight4

See Also