Skip to main content

dxBarCodeInterleaved2Of5LeftQuietZoneSize Constant

Specifies the left quiet zone size of the interleaved 2 of 5 symbology, in barcode modules.

Declaration

const dxBarCodeInterleaved2Of5LeftQuietZoneSize: Integer = 10;

Returns

Type
Integer

Remarks

The interleaved 2 of 5 barcode generator multiplies the dxBarCodeInterleaved2Of5LeftQuietZoneSize and dxBarCodeInterleaved2Of5RightQuietZoneSize global constant values by the control’s Properties.ModuleWidth property value to determine the distances (in pixels) between the displayed barcode and the control’s left and right boundaries, respectively.

See Also