ImageGear .NET - Updated March 30, 2018
WindowHandle Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : WindowHandle Property
Gets or sets the window handle to use as the parent window.
Syntax
'Declaration
 
Public Property WindowHandle As IntPtr
 
'Usage
 
Dim instance As ImGearTWAIN
Dim value As IntPtr
 
instance.WindowHandle = value
 
value = instance.WindowHandle

Property Value

IntPtr value.
Remarks
This value is passed to the TWAIN Data Source when it is called by ImGearTWAIN. Your application should set this to the handle of the main window in the application.
See Also

Reference

ImGearTWAIN Class
ImGearTWAIN Members