Removing Watermark from Photo

Remove watermark

GroupDocs.Watermark API which is a part of Conholdate.Total for .NET, enables you to easily find and remove a particular watermark from photo or any other document. Following code serves this purpose.

AdvancedUsage.SearchAndRemoveWatermarks.RemoveWatermark

Remove watermark with particular text formatting

Watermarking API also enables you to search and remove the watermarks on the basis of some particular text formatting. You can provide a search criterion containing font name, size, color etc and the API will find the watermarks with matching properties. Following code snippet shows how to search and remove watermarks with a particular text formatting.

AdvancedUsage.SearchAndRemoveWatermarks.RemoveWatermarkWithParticularTextFormatting

Watermarking API allows you to search and remove hyperlinks in a document of any supported format. Following code sample shows how to find and remove hyperlinks with a particular URL from a document.

AdvancedUsage.SearchAndRemoveWatermarks.RemoveHyperlinksWithParticularUrl