Gets or sets the barcode sizing. Default value is None
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
C# |
---|
public BarcodeSizing Sizing { get; set; } |
Visual Basic |
---|
Public Property Sizing As BarcodeSizing Get Set |
Visual C++ |
---|
public: property BarcodeSizing Sizing { BarcodeSizing get (); void set (BarcodeSizing value); } |