Click or drag to resize

DocumentClassifierProjects.Open 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: System.String
EmbeddingDocument (Optional)
Type: Kofax.OmniPageCSDK.IproPlus.Document
SettingManager (Optional)
Type: Kofax.OmniPageCSDK.IproPlus.SettingManager
Editable (Optional)
Type: System.Boolean
DocumentClassifierProject
Type: Kofax.OmniPageCSDK.IproPlus.DocumentClassifierProject
See Also