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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetSourceWIAVersion Method

WiaGetSourceWIAVersion Method (GdPictureImaging)

In This Topic
Returns the version of the WIA protocol used by an available WIA source.
Syntax
'Declaration

 

Public Function WiaGetSourceWIAVersion( _

   ByVal SourceNo As Integer _

) As String
public string WiaGetSourceWIAVersion( 

   int SourceNo

)
public function WiaGetSourceWIAVersion( 

    SourceNo: Integer

): String; 
public function WiaGetSourceWIAVersion( 

   SourceNo : int

) : String;
public: string* WiaGetSourceWIAVersion( 

   int SourceNo

) 
public:

String^ WiaGetSourceWIAVersion( 

   int SourceNo

) 

Parameters

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

Return Value

The WIA version.
See Also