Enum SizingMode
Defines the options for barcode rendering.
Namespace: Telerik.WinControls.UI.Barcode
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum SizingMode
Manual
User can define the size of the smallest line or dot of the code through the Module property. The Module property is measured in device pixels.
Snap
The code is stretched to the available size, but each line or dot is drawn with exact number of pixels so they look sharp.
Stretch
The code is stretched to fit exactly the available size, each line or dot size is calculated so they snap to the device pixels.