CheckOut Method of the DocumentDefinitions Object
This method switches a Document Definition and its invoice settings to editing mode.
Important! You should check out, edit and check in the Document Definition within the same scope.
Syntax
Visual Basic .NET
Sub CheckOut(Value As DocumentDefinition)
C++
HRESULT CheckOut( IDocumentDefinition* Value );
Parameters
- Value
- [in] This parameter refers to a DocumentDefinition object that should be switched to editing mode.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Samples
This method is used in the following code samples: Invoices Processing and Training.
See also
15.08.2023 13:19:30