|  | IReconstructionSaveImage Method  | 
 
            Saves an image in TIFF format
            
 
    Namespace: 
   LynceeTec.Interfaces
    Assembly:
   LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 UTC
 Syntax
Syntaxvoid SaveImage(
	windowsList winId,
	string fileName,
	Colormaps cMap,
	bool invCmap
)
void SaveImage(
	windowsList winId, 
	String^ fileName, 
	Colormaps cMap, 
	bool invCmap
)
Parameters
- winId
- Type: LynceeTec.InterfaceswindowsList
 The image to save (phase, amplitude,...). Valid values are either holoWin, amplWin, phaseWin 
            or fourierWin and cannot be combined. To save several images (for example phase and amplitude), the function must be called several times.
- fileName
- Type: SystemString
 The full path and filename (including extension) to save to. The directory must already exist.
- cMap
- Type: LynceeTec.InterfacesColormaps
 The color map to use.
- invCmap
- Type: SystemBoolean
 If set to true, uses the inverted colormap
 See Also
See Also