You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > TWAIN Features > TwainSetAutoSourceClose Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TwainSetAutoSourceClose Method

Tells to the control to close or not the opened source after a scan process.

C#
public TwainSetAutoSourceClose(
    Boolean AutoSourceClose
);
Visual Basic
Public Sub TwainSetAutoSourceClose(
    ByVal AutoSourceClose As Boolean
)
Parameters
Parameters 
Description 
AutoSourceClose 
Set True to tell to the control to close the opened source after an scan process, else False.  

By default, the opened source is closed after a scan process. TwainSetAutoSourceClose(False) to change this Behavior.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.