You are here: Start » FIL.NET » Invoke.GetImageData

Invoke.GetImageData

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetImageData
(
	Fil.Image inImage,
	Optional<int> inPitch,
	Fil.ByteBuffer outBuffer
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inPitchFtl.Optional<int><0, INF>Length, in bytes, between starts of consecutive image rows for the resulting data. Default value: ftl::NIL.
outBufferFil.ByteBuffer

See also