Click or drag to resize

DocumentsAdd Method

This method creates a new document, adds it to the collection and returns a reference to the newly created Document object.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Add(
	out 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