BarTypeWidth, SpaceTypeWidth, InterCharSpace Properties

Determine the the ratio between the bar widths, space widths and inter-character gap of the barcode.

Syntax

object.BarTypeWidth(index) [ = barTypeWidth ]
object.SpaceTypeWidth(index) [ = spaceTypeWidth ]
object.InterCharSpace [ = interCharWidth ]

Parameters

object

The Barcode Active Server Component

index

Integer value varying from 0 to 3, 0 corresponding to the narrowest bar or space, 3 the widest. Only Code-128 and EAN-128 types of barcodes have 4 bar/space widths, the others have less.

barTypeWidth, spaceTypeWidth, interCharWidth

Numeric values indicating the widths.

Remarks

These properties are for fine-tuning purposes only. Do not change them unless you know exactly what you're doing.