ImageEn, unit iexBitmaps

TIOParams.ResetEXIF

TIOParams.ResetEXIF


Declaration

procedure ResetEXIF();


Description

Resets (nulls) all EXIF fields. This is useful to remove EXIF info from your files.

Note: To remove all meta-data from an image, call ResetInfo instead.


Example

// Remove all EXIF meta-data
ImageEnView1.IO.Params.ResetEXIF();


See Also

 EXIF_HasEXIFData
 ResetInfo
 GetMetaData