A WIA source identifier which can be retrieved with the WiaGetSourceID or the WiaSelectSource methods.





In This Topic

WiaOpenSource Method (GdPictureImaging)

In This Topic
Opens a WIA source.
Syntax
'Declaration

 

Public Function WiaOpenSource( _

   ByVal SourceID As String _

) As Boolean
public bool WiaOpenSource( 

   string SourceID

)
public function WiaOpenSource( 

    SourceID: String

): Boolean; 
public function WiaOpenSource( 

   SourceID : String

) : boolean;
public: bool WiaOpenSource( 

   string* SourceID

) 
public:

bool WiaOpenSource( 

   String^ SourceID

) 

Parameters

SourceID
A WIA source identifier which can be retrieved with the WiaGetSourceID or the WiaSelectSource methods.

Return Value

True if success, False otherwhise. Use WiaGetLastError() methods for diagnosing the error.
See Also