 | HologramSaveAsTiff Method |
Saves the hologram as a .tiff file to the specified path.
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic virtual void SaveAsTiff(
string path
)
public:
virtual void SaveAsTiff(
String^ path
)
Parameters
- path
- Type: SystemString
Destination path
RemarksThe hologram is saved without metadata
See Also