GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / WiaGetCurrentSourceID Method





In This Topic
WiaGetCurrentSourceID Method (GdPictureImaging)
In This Topic
Returns the ID of the opened source.
Syntax
'Declaration
 
Public Function WiaGetCurrentSourceID() As String
public string WiaGetCurrentSourceID()
public function WiaGetCurrentSourceID(): String; 
public function WiaGetCurrentSourceID() : String;
public: string* WiaGetCurrentSourceID(); 
public:
String^ WiaGetCurrentSourceID(); 

Return Value

The current source ID.
See Also