You are here: Start » FIL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inPitch | Ftl.Optional<int> | <0, INF> | Length, in bytes, between starts of consecutive image rows for the resulting data. Default value: ftl::NIL. | |
![]() | outBuffer | Fil.ByteBuffer |


