Enum BarcodeTextAlignment
Specifies the text alignment on the barcode
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum BarcodeTextAlignment
Fields
AboveCenter
Declaration
AboveCenter = 0
Field Value
Type | Description |
---|---|
BarcodeTextAlignment |
AboveJustify
Declaration
AboveJustify = 3
Field Value
Type | Description |
---|---|
BarcodeTextAlignment |
AboveLeft
Declaration
AboveLeft = 1
Field Value
Type | Description |
---|---|
BarcodeTextAlignment |
AboveRight
Declaration
AboveRight = 2
Field Value
Type | Description |
---|---|
BarcodeTextAlignment |
BelowCenter
Declaration
BelowCenter = 4
Field Value
Type | Description |
---|---|
BarcodeTextAlignment |
BelowJustify
Declaration
BelowJustify = 7
Field Value
Type | Description |
---|---|
BarcodeTextAlignment |
BelowLeft
Declaration
BelowLeft = 5
Field Value
Type | Description |
---|---|
BarcodeTextAlignment |
BelowRight
Declaration
BelowRight = 6
Field Value
Type | Description |
---|---|
BarcodeTextAlignment |