Back to Devexpress

dxBarCodeEAN13LeftQuietZoneSize Constant

vcl-dxbarcodeutils-dot-dxbarcodeean13leftquietzonesize.md

latest1.3 KB
Original Source

dxBarCodeEAN13LeftQuietZoneSize Constant

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

Declaration

delphi
const dxBarCodeEAN13LeftQuietZoneSize: Integer = 11;

Returns

Type
Integer

Remarks

The EAN13 barcode generator multiplies the dxBarCodeEAN13LeftQuietZoneSize and dxBarCodeEAN13RightQuietZoneSize 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 first digit in the EAN13 encoded text can be invisible or truncated if the dxBarCodeEAN13LeftQuietZoneSize global constant value is too low.

See Also

dxBarCodeUPCALeftQuietZoneSize

dxBarCodeUPCELeftQuietZoneSize

dxBarCodeUtils Unit