Returns the name of an available TWAIN source.
public String TwainGetSourceName( IntPtr HANDLE, int SourceNo );
Public Function TwainGetSourceName( ByVal HANDLE As IntPtr, ByVal SourceNo As Integer ) As String
|
Parameters |
Description |
|
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. |
|
SourceNo |
The number of the source. Must be value between 1 and TwainGetSourceCount() return. |
The name of the source.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|