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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetSourceType Method

WiaGetSourceType Method (GdPictureImaging)

In This Topic
Returns the type of an available WIA source.
Syntax
'Declaration
 
Public Function WiaGetSourceType( _
   ByVal SourceNo As Integer _
) As WiaSourceType
public WiaSourceType WiaGetSourceType( 
   int SourceNo
)
public function WiaGetSourceType( 
    SourceNo: Integer
): WiaSourceType; 
public function WiaGetSourceType( 
   SourceNo : int
) : WiaSourceType;
public: WiaSourceType WiaGetSourceType( 
   int SourceNo
) 
public:
WiaSourceType WiaGetSourceType( 
   int SourceNo
) 

Parameters

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

Return Value

A member of the WiaSourceType enumeration.
See Also