Sets the additional length of the synchronization bars (notches).
The term "notch" describes the synchronization bars used in some symbologies (like EAN, UPC, JAN, ...). These notches are a little bit longer than normal bars. The original length of these synchronization bars is determined by TBarCode automatically. Use this function to specify an additional length of these bars.
- Note
- The notch height does not affect the barcode size calculation. So it is recommended that you don't let the notches exceed the barcode size.
-
Though negative notch heights are allowed, it is recommended to use positive values only.
- See Also
- BCGetNotchHeight()
- Parameters
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | nHeight | Additional notch height 1/1000 mm. |
- Return values
-
ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |