ICImagingControl.LiveCaptureLastImage Property

Enables/disables the automatic call to ICImagingControl.MemorySnapImage in ICImagingControl.LiveStop. This property should be set to True if ICImagingControl is to display the last frame after LiveStop has been called.
Syntax:
[C#]
public bool LiveCaptureLastImage;
Limitations:

Only affects the LiveStop call.

Remarks:

If the ICImagingControl.LiveCaptureContinuous property is enabled, the LiveCaptureLastImage property is ignored.

Information:

This property is deprecated since version 3.5.
Use the actual sink object.

See also: ICImagingControl, ICImagingControl.MemorySnapImage, ICImagingControl.LiveStop

<< ICImagingControl