Loading [MathJax]/extensions/tex2jax.js

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

Invoke.LoadImageObject

Loads serialized Image object from FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LoadImageObject
(
	string inFilename,
	Fil.Image outImage
)

Parameters

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

See also