Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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