Gets or sets the text alignment for Code property. Default value is BelowCenter
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
C# |
---|
public BarcodeTextAlignment CodeAlignment { get; set; } |
Visual Basic |
---|
Public Property CodeAlignment As BarcodeTextAlignment Get Set |
Visual C++ |
---|
public: property BarcodeTextAlignment CodeAlignment { BarcodeTextAlignment get (); void set (BarcodeTextAlignment value); } |