This method resets all EXIF fields. This is useful to remove EXIF info from your files.

However if you want remove all metadata information from the jpegs we suggest to call ResetInfo instead of ResetEXIF.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ResetEXIF()
Public Sub ResetEXIF
public:
void ResetEXIF()

See Also