TwainSetKeepSourceEnabled Method (GdPictureImaging)
In This Topic
Tells to the control to favor retaining the source in an enabled state after a scan process.
Syntax
'Declaration
Public Sub TwainSetKeepSourceEnabled( _
ByVal As Boolean _
)
public void TwainSetKeepSourceEnabled(
bool
)
public procedure TwainSetKeepSourceEnabled(
: Boolean
);
public function TwainSetKeepSourceEnabled(
: boolean
);
public: void TwainSetKeepSourceEnabled(
bool
)
public:
void TwainSetKeepSourceEnabled(
bool
)
Parameters
- KeepSourceEnabled
- Set true to tell to the control to retain source in an enabled state after a
scan process, else false.
See Also