You are here: Start » FIL.NET » FIS.SaveOcrModel Method

FIS.SaveOcrModel Method

Saves serialized OcrMlpModel object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveOcrModel
(
	FilNet.OcrModel inOcrModel,
	string inFilename
)

Parameters

Name Type Range Default Description
inOcrModelFilNet.OcrModelModel to be serialized.
inFilenamestringName of the target file.

See also