Accusoft BarcodeXpress v13.9 - Updated
MakeBarcodeAutoSize Property
AccusoftBarcodeXpress13 ActiveX DLL > BarcodeXpress Object : MakeBarcodeAutoSize Property
Description
Allows for dynamic sizing of the image when creating a barcode.
Property type
Read-write property
Syntax
Visual Basic
Public Property MakeBarcodeAutoSize As Boolean
Return Type
A boolean value which is True to dynamically set the sizing of the image.
Remarks

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.

See Also

BarcodeXpress Object  | BarcodeXpress Members

Is this page helpful?
Yes No
Thanks for your feedback.