dxBarCode128RightQuietZoneSize Constant
In This Article
Specifies the right quiet zone size of the Code 128 symbology, in barcode modules.
#Declaration
Delphi
const dxBarCode128RightQuietZoneSize: Integer = 10;
#Returns
Type |
---|
Integer |
#Remarks
The Code 128 generator multiplies the dxBarCode128LeftQuietZoneSize and dxBarCode128RightQuietZoneSize 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