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

FIS.LoadMultiplePagesTiffImage Method

Loads a image array from a tiff file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LoadMultiplePagesTiffImage
(
	string inFile,
	bool inLoadAlphaChannel,
	IList<FilNet.Image> outImages
)

Parameters

Name Type Range Default Description
inFilestringPath to a file.
inLoadAlphaChannelboolWhether to load the alpha channel (if exists) as an additional image channel.
outImagesSystem.Collections.Generic.IList<FilNet.Image>

See also