Camera will update Viewer with partial image as it is built

Namespace:  CoreDevices.Devices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool DoImagePreview { set; }
Visual Basic (Declaration)
Public WriteOnly Property DoImagePreview As Boolean
Visual C++
public:
property bool DoImagePreview {
	void set (bool value);
}

See Also