Click or drag to resize

EngineGetDocuments Method

The property returns the Documents collection, which contains all the documents currently maintained by the engine.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetDocuments(
	out Documents Documents
)

Parameters

Documents
Type: Kofax.OmniPageCSDK.IproPlusDocuments
Remarks

If the Engine is not initialized, accessing this property raises a trappable error.

See Also