You are here: Start » AVL.NET » AVS.LoadMultiplePagesTiffImage Method

AVS.LoadMultiplePagesTiffImage Method

Loads a image array from a tiff file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadMultiplePagesTiffImage
(
	string inFile,
	bool inLoadAlphaChannel,
	IList<AvlNet.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<AvlNet.Image>

See also