GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / TwainGetDefaultSourceName Method / TwainGetDefaultSourceName(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. Returns the name of the default source: the source selected in the Select Source dialog.





In This Topic
TwainGetDefaultSourceName(Int32) Method
In This Topic
Returns the name of the default TWAIN source into the dialog of source selection.
Syntax
'Declaration
 
Public Overloads Function TwainGetDefaultSourceName( _
   ByVal HANDLE As Integer _
) As String
public string TwainGetDefaultSourceName( 
   int HANDLE
)
public function TwainGetDefaultSourceName( 
    HANDLE: Integer
): String; 
public function TwainGetDefaultSourceName( 
   HANDLE : int
) : String;
public: string* TwainGetDefaultSourceName( 
   int HANDLE
) 
public:
String^ TwainGetDefaultSourceName( 
   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. Returns the name of the default source: the source selected in the Select Source dialog.

Return Value

The default source name.
See Also