You are here: Start » FIL.NET » Function Reference » Image » Image IO » FIL.LoadMultiplePagesTiffImage
Loads a image array from a tiff file.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void LoadMultiplePagesTiffImage ( string inFile, bool inLoadAlphaChannel, IList<FilNet.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.IList<FilNet.Image> |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Image is damaged or it is not a TIF file in LoadMultiplePagesTiffImage. File: File name Unable to open an image. Image header format is unrecognized. Image format is unknown or image is damaged.
Load image supports only TIFF formats. |