Watermark Editor

A graphical UI component to allow users to create text watermarks on documents using the viewer.

Add Watermarks to PDF in Xamarin.Android

This tutorial only applies to Xamarin.Android.

The WatermarkDialog allows you to stamp a PDF document with text that overlays each page of the document.

Apryse Docs Image

Show the watermark editor

The watermark editor can be shown from an activity by calling the following method:

C#

1public void ShowWatermarkDialog(PDFViewCtrl pdfViewCtrl, FragmentManager fragmentManager)
2{
3 var fragment =pdftron.PDF.Dialog.Watermark.WatermarkDialog.NewInstance(pdfViewCtrl);
4 fragment.Show(fragmentManager);
5}

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales