If True, the camera/scanner user interface is displayed when Acquire is called.

Default: True

Note: Dialogs are never shown for DCIM retrieval

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool VisibleDialog { get; set; }
Public Property VisibleDialog As Boolean
	Get
	Set
public:
property bool VisibleDialog {
	bool get ();
	void set (bool value);
}

See Also