Add Method of BlocksCollection Object
This method adds a block at the end of the collection. The method adds a reference to an existing object.
Syntax
Visual Basic .NET
Sub Add(item As Block)
C++
HRESULT Add( IBlock* item );
Parameters
- item
- [in] Refers to the Block object, which should be added to the collection of blocks.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM