Can I add watermarks to documents like in Groupdocs.Viewer

Hello


I have just recently tried adding watermarks in Groupdocs.Viewer like so:

return Viewer.ClientCode()
.TargetElementSelector(“#_divDocumentViewer”)
.Watermark(“Firstname Lastname - name@domain.com”, System.Drawing.Color.FromArgb(50, 0, 0, 0), WatermarkPosition.Diagonal, 130f, true);

However Groupdocs.Annotations does not have similar method in its WidgetFactory().

Is it possible to add watermarks to documents? This would be meant as a security measure for sensitive documents, not for editing.

Best regards
Robert Badi

Hello,


Thank you for your interest in GroupDocs. We added such functional in the new version of the GroupDocs.Annotation for .NET library which will be release soon.

Please stay tuned and check new release for this functional.