Clean Method of the Layout Object
This method removes all types of blocks and separators from the layout.
Syntax
C++
HRESULT Clean();
C#
void Clean();
Visual Basic .NET
Sub Clean()
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
This method call is equivalent to subsequent calls of the DeleteAll methods of the BlackSeparators, Blocks, and VisualBlocks collections of layout blocks.
See also
17.09.2024 15:14:41