Skip to main content

dxBarCodeUPCERightQuietZoneSize Constant

Specifies the right quiet zone size of the UPC-E symbology, in barcode modules.

Declaration

const dxBarCodeUPCERightQuietZoneSize: Integer = 7;

Returns

Type
Integer

Remarks

The UPC-E barcode generator multiplies the dxBarCodeUPCELeftQuietZoneSize and dxBarCodeUPCERightQuietZoneSize global constant values by the barcode 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.

The last digit in the UPC-E encoded text can be invisible or truncated if the dxBarCodeUPCERightQuietZoneSize global constant value is too low.

See Also