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

Set TRUE to run the TWAIN Source's GUI modal or FALSE to run it modeless. Please note that to successfully run modal, it may be necessary for the application to disable inputs to its windows while the Source’s GUI is running.

C#
public TwainSetModalUI(
    Boolean ModalUI
);
Visual Basic
Public Sub TwainSetModalUI(
    ByVal ModalUI As Boolean
)
Parameters
Parameters 
Description 
ModalUI 
True to run the source's GUI modal, else False.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.