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





In This Topic

WiaGetSourceID Method (GdPictureImaging)

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

 

Public Function WiaGetSourceID( _

   ByVal SourceNo As Integer _

) As String
public string WiaGetSourceID( 

   int SourceNo

)
public function WiaGetSourceID( 

    SourceNo: Integer

): String; 
public function WiaGetSourceID( 

   SourceNo : int

) : String;
public: string* WiaGetSourceID( 

   int SourceNo

) 
public:

String^ WiaGetSourceID( 

   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