dxBarCodeMSIRightQuietZoneSize Constant
Specifies the right quiet zone size of the MSI symbology, in barcode modules.
Declaration
const dxBarCodeMSIRightQuietZoneSize: 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