GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / TwainGetSourceCount Method / TwainGetSourceCount(Int32) Method
A Window Handle IE: Me.Handle. In most applications you can use nothing but on Citrix and WTS, this must be a top-level window or a child of a top level window.





In This Topic
TwainGetSourceCount(Int32) Method
In This Topic
Returns the number of sources available.
Syntax
'Declaration
 
Public Overloads Function TwainGetSourceCount( _
   ByVal HANDLE As Integer _
) As Integer
public int TwainGetSourceCount( 
   int HANDLE
)
public function TwainGetSourceCount( 
    HANDLE: Integer
): Integer; 
public function TwainGetSourceCount( 
   HANDLE : int
) : int;
public: int TwainGetSourceCount( 
   int HANDLE
) 
public:
int TwainGetSourceCount( 
   int HANDLE
) 

Parameters

HANDLE
A Window Handle IE: Me.Handle. In most applications you can use nothing but on Citrix and WTS, this must be a top-level window or a child of a top level window.

Return Value

Number of sources available.
See Also