You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.SaveImageObject

FIL.SaveImageObject

Saves serialized Image object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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