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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetSourceName Method

WiaGetSourceName Method (GdPictureImaging)

In This Topic
Returns the name of an available WIA source.
Syntax
'Declaration

 

Public Function WiaGetSourceName( _

   ByVal SourceNo As Integer _

) As String
public string WiaGetSourceName( 

   int SourceNo

)
public function WiaGetSourceName( 

    SourceNo: Integer

): String; 
public function WiaGetSourceName( 

   SourceNo : int

) : String;
public: string* WiaGetSourceName( 

   int SourceNo

) 
public:

String^ WiaGetSourceName( 

   int SourceNo

) 

Parameters

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

Return Value

The name of the source.
See Also