Click or drag to resize
ThermalImageFileClose Method
Closes the file stream.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void Close()
Remarks
Only Save() with a filename will work after a call to Close() all other calls to Save(...) will throw an exception.
See Also