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

FIL.LoadImageObject

Loads serialized Image object from FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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