AsAnchorParams Method of the RecognitionParams Object
This method returns the object as the AnchorRecognitionParams object. If the block is not an anchor block, NULL is returned.
Syntax
Visual Basic .NET
Function AsAnchorParams() As AnchorRecognitionParams
C++
HRESULT AsAnchorParams( IAnchorRecognitionParams** result );
Parameters
- result
- [out, retval] A pointer to the IAnchorRecognitionParams* pointer variable that receives the interface pointer to the returned AnchorRecognitionParams object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30