Click or drag to resize

DeviceHideInterface Property

Gets or sets a value indicating whether the device interface is shown when acquiring.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool HideInterface { get; set; }

Property Value

Type: Boolean
A value indicating whether the device interface is shown.
Remarks

Setting this property is only a request that the device show or hide its interface. Devices are free to ignore this request, though most will comply.

This property can be set before opening a connection to the device.

See Also