AsContextVerificationObject Method of the VerificationObject Object
This method reterns the verification object as the ContextVerificationObject object. If the object is not a context verification object, NULL is returned.
Syntax
Visual Basic .NET
Function AsContextVerificationObject() As ContextVerificationObject
C++
HRESULT AsContextVerificationObject( IContextVerificationObject** result );
Parameters
- result
- [out, retval] A pointer to the IContextVerificationObject* pointer variable that receives the interface pointer to the returned ContextVerificationObject object.
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