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

Invoke.LoadMultiplePagesTiffImage

Loads a image array from a tiff file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LoadMultiplePagesTiffImage
(
	string inFile,
	bool inLoadAlphaChannel,
	List<Fil.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.List<Fil.Image>

See also