Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Specifies the different types of automatic sizing modes. More...
Inherits Enum.
Static Public Attributes | |
int | INTERPOLATION = 2 |
int | NEAREST = 1 |
Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. More... | |
int | NONE = 0 |
Automatic resizing is disabled. More... | |
Specifies the different types of automatic sizing modes.
Default value is AutoSizeMode.NONE. This sample shows how to create and save a BarCode image.
|
static |
|
static |
Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties.
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.
This sample shows how to create and save a BarCode image in Scale mode.
|
static |
Automatic resizing is disabled.
Default value.