Available in the LEADTOOLS Imaging toolkit. |
FeedLoad method (Main Control)
Visual Basic
example
Visual C++ 4.0 example
Visual J++ example
Syntax short FeedLoad (VARIANT vBuffer, long iSize);
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 Toolkit
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