A member of the WiaSourceType enumeration. The type of source to select.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSelectSource Method

WiaSelectSource Method (GdPictureImaging)

In This Topic
Select WIA device for capture. This method posts the WIA Source Manager's Select Source dialog box.
Syntax
'Declaration
 
Public Function WiaSelectSource( _
   ByVal SourceType As WiaSourceType _
) As String
public string WiaSelectSource( 
   WiaSourceType SourceType
)
public function WiaSelectSource( 
    SourceType: WiaSourceType
): String; 
public function WiaSelectSource( 
   SourceType : WiaSourceType
) : String;
public: string* WiaSelectSource( 
   WiaSourceType SourceType
) 
public:
String^ WiaSelectSource( 
   WiaSourceType SourceType
) 

Parameters

SourceType
A member of the WiaSourceType enumeration. The type of source to select.

Return Value

The WIA source identifier as string if success, else empty string. Use WiaGetLastError() methods for diagnosing the error.
See Also