You are here: Start » AVL.NET » Invoke.LoadMultiplePagesTiffImage
Loads a image array from a tiff file.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void LoadMultiplePagesTiffImage ( string inFile, bool inLoadAlphaChannel, List<Avl.Image> outImages )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | Path to a file. | ||
![]() | inLoadAlphaChannel | bool | Whether to load the alpha channel (if exists) as an additional image channel. | ||
![]() | outImages | System.Collections.Generic.List<Avl.Image> |


