Allows for dynamic sizing of the image when creating a barcode.
Read-write property
Visual Basic |
---|
Public Property MakeBarcodeAutoSize As Boolean |
A boolean value which is True to dynamically set the sizing of the image.
The default value is True.
When True, the image width and/or height will increase to fit the complete barcode.
If False, the image area will be defined by MakeBarcodeWidth and MakeBarcodeHeight. In this case, if the required size of the barcode is too large, an insufficient size error will be returned to ErrorCode when MakeBarcode is called.