Did you find this guide helpful?
Some test text!
Xamarin / Guides
The WatermarkDialog allows you to stamp a PDF document with text that overlays each page of the document.

The watermark editor can be shown from an activity by calling the following method:
public void ShowWatermarkDialog(PDFViewCtrl pdfViewCtrl, FragmentManager fragmentManager)
{
    var fragment =pdftron.PDF.Dialog.Watermark.WatermarkDialog.NewInstance(pdfViewCtrl);
    fragment.Show(fragmentManager);
}Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales