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

FIS.SaveImageObject Method

Saves serialized Image object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveImageObject
(
	FilNet.Image inImage,
	string inFilename
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageImage to be serialized.
inFilenamestringName of the target file.

See also