ClearInvertRegions Method of the ImageModification Object
This method clears the internal array of inversion regions. By default, the internal array of inversion regions is empty, and this method may be called to remove all the inversion regions that were added previously. To add a new region to this internal array call the IImageModification::AddInvertRegion method.
Syntax
HRESULT ClearInvertRegions();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
Colors of the image inside the inversion regions will be inverted when IImageDocument::Modify method is applied.
See also
7/3/2024 8:50:25 AM