IsFeatureField Method of the InvoiceFeatures Object
Check if a field is a feature field.
Syntax
Visual Basic .NET
Function IsFeatureField(FieldName As String) As Boolean
C++
HRESULT IsFeatureField( 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