You are here: Start » FIL.NET » FIS.LoadImageFromBuffer Method
FIS.LoadImageFromBuffer Method
Loads a single image from a file stored in memory.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LoadImageFromBuffer ( FilNet.ByteBuffer inBuffer, int inOffset, bool inLoadAlphaChannel, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBuffer | FilNet.ByteBuffer | Source buffer containing image file data. | ||
![]() | inOffset | int | 0 | Image data start position in source buffer. Default value: 0. | |
![]() | inLoadAlphaChannel | bool | Whether to load the alpha channel (if exists) as an additional image channel. | ||
![]() | outImage | FilNet.Image | Output image. |