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

FIS.LoadImageObject Method

Loads serialized Image object from FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LoadImageObject
(
	string inFilename,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outImageFilNet.ImageDeserialized output Image.

See also