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