Returns the width of the image needed to create the barcode.
Read-write property
Visual Basic |
---|
Public Property MakeBarcodeRWidth As Long |
A long value which represents the width of the image.
For 1D barcodes:
- This property returns the required width of the generated barcode after MakeBarcode is called.
- The required width is the sum of MakeBarcodeBWidth x 2, MakeBarcodeBarSize x total number of bars, MakeBarcodeValueOGap, and the width of the outside value text font (if any).
For PDF417 2D barcodes:
- The required width is the sum of ((MakeBarcodeColumns + 4) * 17 + 1) * MakeBarcodeBarSize + 2 * the horizontal spacing.
For DataMatrix 2D barcodes:
- The required width is the sum of MakeBarcodeColumns * MakeBarcodeBarSize + 2 * the horizontal spacing.