Some test text!
Xamarin / Guides / Watermark editor (Android)
A graphical UI component to allow users to create text watermarks on documents using the viewer.
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