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

Changes the multiple transfers mode for acquisition.

C#
public TwainSetMultiTransfer(
    Boolean MultiTransfer
);
Visual Basic
Public Sub TwainSetMultiTransfer(
    ByVal MultiTransfer As Boolean
)
Parameters
Parameters 
Description 
MultiTransfer 
If set to False, all the pending transfers are canceled after the last acquisition process.  

The multiple transfers mode is automatically sets to True by the TwainSetAutoFeed(True) and the TwainEnableDuplex(True) calls.

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