You are here: Start » FIL.NET » FIS.GetImageData Method

FIS.GetImageData Method

Extracts the image content (raw pixel data) as a binary buffer.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetImageData
(
	FilNet.Image inImage,
	FilNet.ByteBuffer outBuffer
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outBufferFilNet.ByteBuffer

Function Overrides

See also