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

FIS.SaveOcrMlpModel Method

Saves serialized OcrMlpModel object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveOcrMlpModel
(
	FilNet.OcrMlpModel inOcrModel,
	string inFilename
)

Parameters

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

See also