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