Gets or sets the barcode alignment. Default value is TopLeft
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public BarcodeAlignment BarcodeAlignment { get; set; } |
| Visual Basic |
|---|
Public Property BarcodeAlignment As BarcodeAlignment
Get
Set |
| Visual C++ |
|---|
public:
property BarcodeAlignment BarcodeAlignment {
BarcodeAlignment get ();
void set (BarcodeAlignment value);
} |
Property Value
Type:
BarcodeAlignment
See Also