ClearReplaceWhitePixelsRegions Method of the ImageModification Object
This method clears the internal array of "replace white pixels" regions. By default, the internal array of these regions is empty, and this method may be called to remove all the "replace white pixels" regions that were added previously. To add a new region to this internal array call the IImageModification::AddReplaceWhitePixelsRegion method.
Syntax
HRESULT ClearReplaceWhitePixelsRegions();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
White pixels on the image inside the "replace white pixels" regions will be replaced with the pixels of the specified color when IImageDocument::Modify method is applied. This operation is performed on the black-and-white image plane but results will be applied to the gray and color image planes too.
See also
03.07.2024 8:50:25