Describes how barcode content is resized to fill its allocated space.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public enum BarcodeSizing |
Visual Basic |
---|
Public Enumeration BarcodeSizing |
Visual C++ |
---|
public enum class BarcodeSizing |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | The barcode content preserves size which is based on all barcode-related dimensions involved such as BarWidth, BarHeight, BarRatio, etc. | |
Fill | 1 | The barcode content is resized to fill the destination dimensions. The aspect ratio is not preserved. |