Back to Devexpress

dxBarCodeEAN13RightQuietZoneSize Constant

vcl-dxbarcodeutils-dot-dxbarcodeean13rightquietzonesize.md

latest1.1 KB
Original Source

dxBarCodeEAN13RightQuietZoneSize Constant

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

Declaration

delphi
const dxBarCodeEAN13RightQuietZoneSize: Integer = 7;

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.

See Also

dxBarCodeUPCARightQuietZoneSize

dxBarCodeUPCERightQuietZoneSize

dxBarCodeUtils Unit