GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / WiaGetSourceServer Method
The number of the source. Must be value between 1 and WiaGetSourceCount() return.





In This Topic
WiaGetSourceServer Method (GdPictureImaging)
In This Topic
Returns the name of the server on which an available WIA source is connected.
Syntax
'Declaration
 
Public Function WiaGetSourceServer( _
   ByVal SourceNo As Integer _
) As String
public string WiaGetSourceServer( 
   int SourceNo
)
public function WiaGetSourceServer( 
    SourceNo: Integer
): String; 
public function WiaGetSourceServer( 
   SourceNo : int
) : String;
public: string* WiaGetSourceServer( 
   int SourceNo
) 
public:
String^ WiaGetSourceServer( 
   int SourceNo
) 

Parameters

SourceNo
The number of the source. Must be value between 1 and WiaGetSourceCount() return.

Return Value

The server name? Shoud be 'local' for local usage.
See Also