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

Tells the source to hide or show the user interface before acquisition.

C#
public TwainSetHideUI(
    Boolean Hide
);
Visual Basic
Public Sub TwainSetHideUI(
    ByVal Hide As Boolean
)
Parameters
Parameters 
Description 
Hide 
True to hide the UI, else False.  

That this is only a request - some sources will ignore it! 

If the user interface is hidden, you will probably want to set at least some of the basic acquisition parameters yourself like resolution, Bit Depth...

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