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