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
inBufferFilNet.ByteBufferSource buffer containing image file data.
inOffsetint0Image data start position in source buffer. Default value: 0.
inLoadAlphaChannelboolWhether to load the alpha channel (if exists) as an additional image channel.
outImageFilNet.ImageOutput image.

Function Overrides

See also