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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetSourceManufacturer Method

WiaGetSourceManufacturer Method (GdPictureImaging)

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

 

Public Function WiaGetSourceManufacturer( _

   ByVal SourceNo As Integer _

) As String
public string WiaGetSourceManufacturer( 

   int SourceNo

)
public function WiaGetSourceManufacturer( 

    SourceNo: Integer

): String; 
public function WiaGetSourceManufacturer( 

   SourceNo : int

) : String;
public: string* WiaGetSourceManufacturer( 

   int SourceNo

) 
public:

String^ WiaGetSourceManufacturer( 

   int SourceNo

) 

Parameters

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

Return Value

The manufacturer name of the source.
See Also