You are here: Start » FIL.NET » Invoke.LoadImageFormat
Loads a single image format from a file without loading all image data.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LoadImageFormat ( string inFile, bool inLoadAlphaChannel, out Fil.ImageFormat outImageFormat )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | Path to a file. | ||
![]() | inLoadAlphaChannel | bool | |||
![]() | outImageFormat | Fil.ImageFormat |


