Click or drag to resize

DocumentClassifierProjectsOpen Method

Caution note Caution
This API is preliminary and subject to change.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Open(
	string Project,
	[OptionalAttribute] Document EmbeddingDocument,
	[OptionalAttribute] SettingManager SettingManager,
	[OptionalAttribute] bool Editable,
	out DocumentClassifierProject DocumentClassifierProject
)

Parameters

Project
Type: SystemString
EmbeddingDocument (Optional)
Type: Kofax.OmniPageCSDK.IproPlusDocument
SettingManager (Optional)
Type: Kofax.OmniPageCSDK.IproPlusSettingManager
Editable (Optional)
Type: SystemBoolean
DocumentClassifierProject
Type: Kofax.OmniPageCSDK.IproPlusDocumentClassifierProject
See Also