If EXIF_HasEXIFData is True, the loaded image contains EXIF information tags.

If you want to maintain the original EXIF info, set EXIF_HasEXIFData to False, before saving.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool EXIF_HasEXIFData { get; set; }
Public Property EXIF_HasEXIFData As Boolean
	Get
	Set
public:
property bool EXIF_HasEXIFData {
	bool get ();
	void set (bool value);
}

See Also