Enum BarcodeSizing
Describes how barcode content is resized to fill its allocated space.
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum BarcodeSizing
Fields
Fill
The barcode symbol is resized to fill the destination dimensions. The aspect ratio is not preserved.
Declaration
Fill = 1
Field Value
Type | Description |
---|---|
BarcodeSizing |
FitProportional
The barcode symbol is created by automatically calculating the bars or modules sizes so it fits the available area proportinally.
Declaration
FitProportional = 2
Field Value
Type | Description |
---|---|
BarcodeSizing |
None
The barcode symbol preserves size which is based on all barcode-related dimensions involved such as BarWidth, BarHeight, BarRatio, etc.
Declaration
None = 0
Field Value
Type | Description |
---|---|
BarcodeSizing |