Back to Devexpress

dxBarCodeMSIRightQuietZoneSize Constant

vcl-dxbarcodeutils-5d86e0ab.md

latest985 B
Original Source

dxBarCodeMSIRightQuietZoneSize Constant

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

Declaration

delphi
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

dxBarCode11RightQuietZoneSize

dxBarCodeUtils Unit