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

FIS.LoadImage Method

Loads a single image from a file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LoadImage
(
	string inFile,
	bool inLoadAlphaChannel,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inFilestringPath to a file.
inLoadAlphaChannelboolWhether to load the alpha channel (if exists) as an additional image channel.
outImageFilNet.ImageOutput image.

See also