dxBarCodeEAN8RightQuietZoneSize Constant
Specifies the right quiet zone size of the EAN8 symbology, in barcode modules.
Declaration
const dxBarCodeEAN8RightQuietZoneSize: 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