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, int? inPitch, FilNet.ByteBuffer outBuffer )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inPitch | int? | <0, INF> | Length, in bytes, between starts of consecutive image rows for the resulting data. Default value: ftl::NIL. | |
![]() | outBuffer | FilNet.ByteBuffer |