You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | 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<Fil.Image> |