Skip to main content

dxBarCodeMSILeftQuietZoneSize Constant

Specifies the left quiet zone size of the MSI symbology, in barcode modules.

Declaration

const dxBarCodeMSILeftQuietZoneSize: Integer = 2;

Returns

Type
Integer

Remarks

The MSI barcode generator multiplies the dxBarCodeMSILeftQuietZoneSize and dxBarCodeMSIRightQuietZoneSize global constant values by the bar 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