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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetSourceDriverVersion Method

WiaGetSourceDriverVersion Method (GdPictureImaging)

In This Topic
Returns the version of the driver of an available WIA source.
Syntax
'Declaration
 
Public Function WiaGetSourceDriverVersion( _
   ByVal SourceNo As Integer _
) As String
public string WiaGetSourceDriverVersion( 
   int SourceNo
)
public function WiaGetSourceDriverVersion( 
    SourceNo: Integer
): String; 
public function WiaGetSourceDriverVersion( 
   SourceNo : int
) : String;
public: string* WiaGetSourceDriverVersion( 
   int SourceNo
) 
public:
String^ WiaGetSourceDriverVersion( 
   int SourceNo
) 

Parameters

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

Return Value

The driver version.
See Also