You are here: Start » FIL.NET » FIS.LoadImage Method
FIS.LoadImage Method
Loads a single image from a file.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LoadImage ( string inFile, bool inLoadAlphaChannel, FilNet.Image outImage )
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. | ||
![]() | outImage | FilNet.Image | Output image. |