AutoSizeMode
AutoSizeMode
Specifies the different types of automatic sizing modes. Default value is AutoSizeMode.NONE.
Values
| Name | Description |
|---|---|
| NONE | Automatic resizing is disabled. Default value. |
| NEAREST | Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. |
| INTERPOLATION | Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and BarcodeGenerator.BarCodeHeight properties. |