dxBarCodeEAN8LeftQuietZoneSize Constant
In This Article
Specifies the left quiet zone size of the EAN8 symbology, in barcode modules.
#Declaration
Delphi
const dxBarCodeEAN8LeftQuietZoneSize: Integer = 7;
#Returns
Type |
---|
Integer |
#Remarks
The EAN8 barcode generator multiplies the dxBarCodeEAN8LeftQuietZoneSize and dxBarCodeEAN8RightQuietZoneSize global constant values by the 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