TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCSetQuietZone ( t_BarCode pBarCode,
LPRECTD  prQuietZone,
e_MUnit  eQZUnit 
)

Sets the size of the quiet-zones in given units.

Specifies the size of the required quiet zone in the respective units. A quiet zone is an unprinted area above, below, right, or left of a barcode.

Note:
If you specify the quiet zone in modules, the width of the quiet zone depends on the module width (respectively “narrow bar width X”).
Parameters:
[in]pBarCodePointer to barcode structure.
[in]prQuietZonePointer to a rectangle that specifies the size of a quiet zone.
[in]eQZUnitThe units in which the size of a quiet zone is given (valid units are: eMUDefault, eMUPixel, eMUMM, eMUMils, eMUInch, eMUModules).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if an error occurred.
See also:
BCGetQuietZone()