Enum Stretch
Describes how barcode content is resized to fill its allocated space.
Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode.dll
Syntax
public enum Stretch
Fields
Name | Description |
---|---|
Fill | The barcode content is resized to fill the destination dimensions. The aspect ratio is not preserved. |
None | The barcode content preserves size which is based on all barcode-related dimensions involved such as BarWidth, BarHeight, BarRatio, etc. |