Back to Devexpress

dxBarCode93RightQuietZoneSize Constant

vcl-dxbarcodeutils-dot-dxbarcode93rightquietzonesize.md

latest1.1 KB
Original Source

dxBarCode93RightQuietZoneSize Constant

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

Declaration

delphi
const dxBarCode93RightQuietZoneSize: Integer = 10;

Returns

Type
Integer

Remarks

The base and extended barcode generators multiply the dxBarCode93LeftQuietZoneSize and dxBarCode93RightQuietZoneSize 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

dxBarCode39RightQuietZoneSize

dxBarCodeUtils Unit