IsFeatureEnabled Method of the InvoiceFeatures Object
Check if a feature is enabled.
Syntax
Visual Basic .NET
Function IsFeatureEnabled(Id As String) As Boolean
C++
HRESULT IsFeatureEnabled( BSTR Id VARIANT_BOOL* Result );
Parameters
- Id
- [in] The feature identifier.
- Result
- [out, retval] A pointer to the Boolean variable that receives the check result.
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