Returns the height of the image needed to create the barcode.
Read-write property
Visual Basic |
---|
Public Property MakeBarcodeRHeight As Long |
A long value which represents the height of the image.
For 1D barcodes:
- This property returns the required height of the generated barcode after MakeBarcode has been called.
- The required height is the sum of MakeBarcodeBHeight x 2, MakeBarcodeMinHeight, MakeBarcodeValueGap, and the height of the value text font.
For PDF417 2D barcodes:
- The required height is the sum of MakeBarcodeRows * MakeBarcodeBarSize * MakeBarcodeMinHeight + 2 * the vertical spacing.
For DataMatrix 2D barcodes:
- The required height is the sum of MakeBarcodeRows * MakeBarcodeBarSize + 2 * the vertical spacing.