Enum BarcodeAlignment
Specifies the alignment of the barcode
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum BarcodeAlignment
Fields
BottomCenter
Declaration
BottomCenter = 512
Field Value
Type | Description |
---|---|
BarcodeAlignment |
BottomLeft
Declaration
BottomLeft = 256
Field Value
Type | Description |
---|---|
BarcodeAlignment |
BottomRight
Declaration
BottomRight = 1024
Field Value
Type | Description |
---|---|
BarcodeAlignment |
MiddleCenter
Declaration
MiddleCenter = 32
Field Value
Type | Description |
---|---|
BarcodeAlignment |
MiddleLeft
Declaration
MiddleLeft = 16
Field Value
Type | Description |
---|---|
BarcodeAlignment |
MiddleRight
Declaration
MiddleRight = 64
Field Value
Type | Description |
---|---|
BarcodeAlignment |
TopCenter
Declaration
TopCenter = 2
Field Value
Type | Description |
---|---|
BarcodeAlignment |
TopLeft
Declaration
TopLeft = 1
Field Value
Type | Description |
---|---|
BarcodeAlignment |
TopRight
Declaration
TopRight = 4
Field Value
Type | Description |
---|---|
BarcodeAlignment |