Accusoft.TwainProSdk Namespace > TwainDevice Class : ShowUserInterface Property |
'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
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] [Description("Gets or sets the Data Source User Interface flag.")] public bool ShowUserInterface {get; set;}
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] [Description("Gets or sets the Data Source User Interface flag.")] public: __property bool get_ShowUserInterface(); public: __property void set_ShowUserInterface( bool value );
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] [Description("Gets or sets the Data Source User Interface flag.")] public: property bool ShowUserInterface { bool get(); void set ( bool value); }
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