ImgRemoveCharBox |
Top Previous Next |
Prototype
ImgRemoveCharBox(HandleImage,MinHorzLen,MinVertLen,NumOfChar,boolReconnect)
Description
Remove the box around chars.
Parameters
HandleImage: integer value corresponding to image handle.
MinHorzLen: minimum box length in pixel.
MinVertLen: minimum box height in pixel.
NumOfChar: chars in box.
boolReconnect :boolean value. If it is TRUE reconnect char.
Returned Value
None.
Notes
Line length have to be in pixel: pixel = (cm / 2,54) * Resolution
Example
// Remove box around chars ImgRemoveCharBox(_CurrentImage,300,80,5,True); |