ClearPaintRegions Method of the ImageModification Object
This method clears the internal array of paint regions. By default, the internal array of paint regions is empty, and this method may be called to remove all the paint regions that were added previously. To add a new region to this internal array call the IImageModification::AddPaintRegion method.
Syntax
HRESULT ClearPaintRegions();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
Parts of the image inside the paint regions will be filled up with the specified color when IImageDocument::Modify method is applied.
See also
03.07.2024 8:50:25