Accusoft.TwainPro9.Net
ShowUserInterface Property




Gets or sets the Data Source User Interface flag.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the Data Source User Interface flag.")>
Public Property ShowUserInterface As Boolean
'Usage
 
Dim instance As TwainDevice
Dim value As Boolean
 
instance.ShowUserInterface = value
 
value = instance.ShowUserInterface
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the Data Source User Interface flag.")]
public bool ShowUserInterface {get; set;}
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the Data Source User Interface flag.")]
public: __property bool get_ShowUserInterface();
public: __property void set_ShowUserInterface( 
   bool value
);
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the Data Source User Interface flag.")]
public:
property bool ShowUserInterface {
   bool get();
   void set (    bool value);
}
Remarks

When ShowUserInterface is set to True the TWAIN Data Source will display its User Interface when invoking the StartSession method. If ShowUserInterface is set to False the Data Source UI will not be displayed and scanning will begin immediately using the current capability values.

Default value: true

See Also

Reference

TwainDevice Class
TwainDevice Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback