Skip to main content
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

C++

HRESULT ClearInvertRegions();

C#

void ClearInvertRegions();

Visual Basic .NET

Sub 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

ImageModification AddInvertRegion