LTwain::GetImageFrame
#include "ltwrappr.h"
L_INT LTwain::GetImageFrame (pFrame);
pTW_FRAME pFrame; |
/* pointer to a structure */ |
Gets the current image frame used to transfer images from the current TWAIN source.
Parameter |
Description |
pFrame |
Pointer to a structure to be updated with the current image frame. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
The image frame specifies the size and location of the image to acquire. To set the image frame for the current TWAIN source, call the LTwain::SetImageFrame function.
Required DLLs and Libraries
LTTWN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Example
For an example, refer to LTwain::SetImageFrame.