CheckIn Method of the DocumentDefinitions Object
This method disables editing mode for the specified Document Definition and its invoice settings and saves all applied changes.
Important! You should check out, edit and check in the Document Definition within the same scope.
Syntax
Visual Basic .NET
Sub CheckIn(Value As DocumentDefinition)
C++
HRESULT CheckIn( IDocumentDefinition* Value );
Parameters
- Value
- [in] This parameter refers to a modified DocumentDefinition object which will be returned from editing mode with all settings saved.
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
8/15/2023 1:19:30 PM