Click or drag to resize

DocumentGetTrainingData Method

This method returns the name of the currently selected training data.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetTrainingData(
	out string Name,
	out bool Embedded
)

Parameters

Name
Type: SystemString
Embedded
Type: SystemBoolean
Remarks

The Name output parameter is filled in with the name of the current training data.

The Embedded parameter returns whether the data is stored in the file system (i.e. Name specifies a full path), or it is embedded in the document (i.e. Name is a stream name managed as document client data type of CD_TRAINING). If no preprocess template is selected, an empty string and False is returned.

See Also