Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
#include "ltwrappr.h"
virtual L_VOID LScanner::SetWindow(hWnd)
HWND hWnd; |
/* handle of the window */ |
Sets the window handle to be used for the scanning operations.
Parameter |
Description |
hWnd |
Handle of the window to be used for the scanning operations. |
Returns
None.
Required DLLs and Libraries
LTKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
See Also
Functions: |
Example
For an example, refer to LScanner::SetBitmap.