In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsSetupDialogSourceAvailable Method

TwainIsSetupDialogSourceAvailable Method (GdPictureImaging)

In This Topic
Queries the selected device's for settings dialog support.
Syntax
'Declaration
 
Public Function TwainIsSetupDialogSourceAvailable() As Boolean
public bool TwainIsSetupDialogSourceAvailable()
public function TwainIsSetupDialogSourceAvailable(): Boolean; 
public function TwainIsSetupDialogSourceAvailable() : boolean;
public: bool TwainIsSetupDialogSourceAvailable(); 
public:
bool TwainIsSetupDialogSourceAvailable(); 

Return Value

True if supported, else False
Remarks
Before using this method check that the TWAIN state is 4 (TWAIN_SOURCE_OPEN) To get the TWAIN state, use the TwainGetState() method.
See Also