FeedLoad method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int FeedLoad (void* vBuffer, int iSize);

Delphi Syntax

FeedLoad (vBuffer: pointer; iSize: Longint): Integer;

Overview

Refer to Loading a Bitmap from Your Own Buffer.

Remarks

Supplies image data to the file-load process from a buffer that you provide.

Support for 12 and 16-bit grayscale images is available only in the Document/Medical toolkits

Use this method with the StartFeedLoad method and the StopFeedLoad method. For a description of how the methods relate to each other, refer to the StartFeedLoad method.

See Also

Topics:

Raster Images: Loading Files