dxBarCodeEAN13RightQuietZoneSize Constant
In This Article
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