RemoveMotionBlur Method of the ImageDocument Object
This method removes motion blur from the specified region of the image. The method is primarily designed for preprocessing the images obtained by a digital camera.
Region[in] This parameter of the Region type specifies the set of rectangles to remove motion blur from. The coordinates of rectangles are related to the deskewed black-and-white page of the ImageDocument. This parameter may be 0. In this case, the motion blur is removed from the whole image.
This method removes blur from the black-and-white, gray, and color image planes of the ImageDocument. All the other pages are deleted from the ImageDocument. They will be created upon demand.