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

Invoke.SaveOcrSvmModel

Saves serialized OcrSvmModel object as FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SaveOcrSvmModel
(
	Fil.OcrSvmModel inOcrModel,
	string inFilename
)

Parameters

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

See also