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

Invoke.SaveOcrMlpModel

Saves serialized OcrMlpModel object as FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SaveOcrMlpModel
(
	Fil.OcrMlpModel inOcrModel,
	string inFilename
)

Parameters

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

See also