Describes how barcode content is resized to fill its allocated space.
Namespace: Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)
Syntax
C# |
---|
public enum Stretch |
Visual Basic |
---|
Public Enumeration Stretch |
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. |