ImageTaskBaseTRemoveMetadata Method
Removes all metadata like EXIF, IPTC, XMP fields, clipping paths, color profiles, comments
and PNG chunks from the current image.
This is always called automatically when using
ImageWebTask as image metadata
can be a privacy problem for online images.
The command is added to the chain and not executed until the actual processing is done.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public T RemoveMetadata()
Public Function RemoveMetadata As T
Return Value
TThe same instance of this class.