TwainSetDebugMode Method (GdPictureImaging)
In This Topic
Turns On or Off the Debug Mode of GDTWAIN.
Displays a message box for each step of the scanning process.
Syntax
'Declaration
Public Sub TwainSetDebugMode( _
ByVal As Boolean _
)
public void TwainSetDebugMode(
bool
)
public procedure TwainSetDebugMode(
: Boolean
);
public function TwainSetDebugMode(
: boolean
);
public: void TwainSetDebugMode(
bool
)
public:
void TwainSetDebugMode(
bool
)
Parameters
- DebugMode
- True to turn ON else False.
See Also