ImgRemoveFieldBox |
Top Previous Next |
Prototype
ImgRemoveFieldBox(HandleImage,MinHorzLen,MinVertLen,boolReconnect)
Description
Remove box around fields
Parameters
HandleImage: integer value corresponding to image handle.
MinHorzLen: minimum box length in pixel.
MinVertLen: minimum box height in pixel.
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 fields ImgRemoveFieldBox(_CurrentImage,300,80,True);
|