Minimum height of the bars when creating a barcode.
Read-write property
Visual Basic |
---|
Public Property MakeBarcodeMinHeight As Long |
A long value which represents the minimum height of the bars.
The default value is 100 pixels.
For PDF417, this value is used as a multiplier of the MakeBarcodeBarSize used to determine the height of the barcode rows. This value should range between 3 and 5.
If a value is provided for DataMatrix barcode, it will be ignored.
If MakeBarcodeAutoSize is set to True, it will override the MakeBarcodeMinHeight property value, and set the image height to fit the height of the barcode created.