Click or drag to resize
ThermalImageFileSave Method
Saves the Thermal Image to file.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void Save()
Exceptions
ExceptionCondition
InvalidOperationExceptionThe FileName is null or empty.
SecurityExceptionA caller higher in the call stack does not have the permission specified by the current instance.
ThermalExceptionFailed to save Thermal image.
Remarks
Overwrites the current file.
See Also