IsFieldDisabledByFeature Method of the InvoiceFeatures Object
Check if a field is disabled by a feature.
Syntax
Visual Basic .NET
Function IsFieldDisabledByFeature(FieldName As String) As Boolean
C++
HRESULT IsFieldDisabledByFeature( BSTR FieldName VARIANT_BOOL* Result );
Parameters
- FieldName
- [in] The name of the field.
- 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