Back to Devexpress

dxBarCode39LeftQuietZoneSize Constant

vcl-dxbarcodeutils-dot-dxbarcode39leftquietzonesize.md

latest1.1 KB
Original Source

dxBarCode39LeftQuietZoneSize Constant

Specifies the left quiet zone size of the base and extended Code 39 symbologies, in barcode modules.

Declaration

delphi
const dxBarCode39LeftQuietZoneSize: Integer = 10;

Returns

Type
Integer

Remarks

The base and extended Code 39 barcode generators multiply the dxBarCode39LeftQuietZoneSize and dxBarCode39RightQuietZoneSize 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

dxBarCode93LeftQuietZoneSize

dxBarCodeUtils Unit