Back to Devexpress

dxBarCode11LeftQuietZoneSize Constant

vcl-dxbarcodeutils-dot-dxbarcode11leftquietzonesize.md

latest988 B
Original Source

dxBarCode11LeftQuietZoneSize Constant

Specifies the left quiet zone size of the Code 11 symbology, in barcode modules.

Declaration

delphi
const dxBarCode11LeftQuietZoneSize: Integer = 2;

Returns

Type
Integer

Remarks

The Code 11 barcode generator multiplies the dxBarCode11LeftQuietZoneSize and dxBarCode11RightQuietZoneSize 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

dxBarCodeMSILeftQuietZoneSize

dxBarCodeUtils Unit