You are here: Start » FIL.NET » Invoke.SaveOcrModel

Invoke.SaveOcrModel

Saves serialized OcrMlpModel object as FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SaveOcrModel
(
	Fil.OcrModel inOcrModel,
	string inFilename
)

Parameters

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

See also