MakeEmpty Method of the Region Object
This method removes all rectangles from the region.
Syntax
Visual Basic .NET
Sub MakeEmpty()
C++
HRESULT MakeEmpty();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
After a call to this method, the value of the IRegion::Count property equals to 0.
See also
8/15/2023 1:19:30 PM