True to hide the UI, else False.





In This Topic

TwainSetHideUI Method (GdPictureImaging)

In This Topic
Tells the source to hide or show the user interface before acquisition.
Syntax
'Declaration

 

Public Sub TwainSetHideUI( _

   ByVal Hide As Boolean _

) 
public void TwainSetHideUI( 

   bool Hide

)
public procedure TwainSetHideUI( 

    Hide: Boolean

); 
public function TwainSetHideUI( 

   Hide : boolean

);
public: void TwainSetHideUI( 

   bool Hide

) 
public:

void TwainSetHideUI( 

   bool Hide

) 

Parameters

Hide
True to hide the UI, else False.
Remarks
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...
See Also