TwainSetAutoSourceClose Method (GdPictureImaging)
In This Topic
Tells to the control to close or not the opened source after a scan process.
Syntax
'Declaration
Public Sub TwainSetAutoSourceClose( _
ByVal As Boolean _
)
public void TwainSetAutoSourceClose(
bool
)
public procedure TwainSetAutoSourceClose(
: Boolean
);
public function TwainSetAutoSourceClose(
: boolean
);
public: void TwainSetAutoSourceClose(
bool
)
public:
void TwainSetAutoSourceClose(
bool
)
Parameters
- AutoSourceClose
- Set True to tell to the control to close the opened source after a
scan process, else False.
See Also