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