Describes how barcode content is resized to fill its allocated space.

Namespace: Neodynamic.WPF
Assembly: 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 nameValueDescription
None0 The barcode content preserves size which is based on all barcode-related dimensions involved such as BarWidth, BarHeight, BarRatio, etc.
Fill1 The barcode content is resized to fill the destination dimensions. The aspect ratio is not preserved.

See Also