Back to Devexpress

dxBarCodeQRCodeLeftQuietZoneSize Constant

vcl-dxbarcodeutils-3d1c57f0.md

latest1.0 KB
Original Source

dxBarCodeQRCodeLeftQuietZoneSize Constant

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

Declaration

delphi
const dxBarCodeQRCodeLeftQuietZoneSize: Integer = 3;

Returns

Type
Integer

Remarks

The QR Code generator multiplies the dxBarCodeQRCodeBottomQuietZoneSize, dxBarCodeQRCodeLeftQuietZoneSize , dxBarCodeQRCodeRightQuietZoneSize, and dxBarCodeQRCodeTopQuietZoneSize global constant values by the barcode control’s Properties.ModuleWidth property value to determine the distances (in pixels) between the displayed QR code and the control’s bottom, left, right, and top boundaries, respectively.

See Also

dxBarCodeUtils Unit