AutoSizeMode

AutoSizeMode

Specifies the different types of automatic sizing modes. Default value is AutoSizeMode.NONE.

Values

NameDescription
NONEAutomatic resizing is disabled. Default value.
NEARESTBarcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties.
INTERPOLATIONResizes 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.