This method creates a new document, adds it to the collection and returns a reference to the newly created
Document object.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Add(
out Document Document
)
Public Sub Add (
<OutAttribute> ByRef Document As Document
)
public:
void Add(
[OutAttribute] Document^% Document
)
Parameters
- Document
- Type: Kofax.OmniPageCSDK.IproPlusDocument
Remarks
The new object is initialized with current settings of Engine
This method also creates a temporary IPRO document file. This temporary file will be removed when closing the document unless the
integrating application calls the Save method of the related Document object. A saved document can later be opened any time using
the Document object's Open method.
See Also