Click or drag to resize

DocumentClassifierProjectsOpen Method

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in 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: OmniPageCSDK.IproPlusDocument
SettingManager (Optional)
Type: OmniPageCSDK.IproPlusSettingManager
Editable (Optional)
Type: SystemBoolean
DocumentClassifierProject
Type: OmniPageCSDK.IproPlusDocumentClassifierProject
See Also