ImageModification
AddClipRegion Method of the ImageModification Object
AddClipRegion method of the ImageModification Object in the ABBYY FineReader Engine API — Adds a new clipping region to the internal array; coordinates use the relevant color/gray plane or the deskewed black-and-white plane.
This method adds a new clipping region to the internal array of clipping regions of the ImageModification object. To remove all the clipping regions previously added call the IImageModification::ClearClipRegions method. If the modification must be applied to a single color (or gray) plane of the image, coordinates of the region should be specified on this color (gray) plane. If the modification must be applied to the whole ImageModification, the coordinates should be specified on the deskewed black-and-white image plane.
ImageModification Object (IImageModification Interface)
Previous
AddInvertRegion Method of the ImageModification Object
Next
