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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetSourceDescription Method

WiaGetSourceDescription Method (GdPictureImaging)

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

 

Public Function WiaGetSourceDescription( _

   ByVal SourceNo As Integer _

) As String
public string WiaGetSourceDescription( 

   int SourceNo

)
public function WiaGetSourceDescription( 

    SourceNo: Integer

): String; 
public function WiaGetSourceDescription( 

   SourceNo : int

) : String;
public: string* WiaGetSourceDescription( 

   int SourceNo

) 
public:

String^ WiaGetSourceDescription( 

   int SourceNo

) 

Parameters

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

Return Value

The description of the source.
See Also