TwainDisableSource Method (GdPictureImaging)
Disables the open Data Source, if any.
This closes the source's user interface.
public bool TwainDisableSource()
public function TwainDisableSource(): Boolean;
public function TwainDisableSource() : boolean;
public: bool TwainDisableSource();
public:
bool TwainDisableSource();
'Declaration
Public Function TwainDisableSource() As Boolean
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.
If there is not an enabled source, does nothing and returns TRUE.