removeWatermarkFromAllPages
Remove Watermark
To remove all watermarks from the current PDF document, use the removeWatermarkFromAllPages
method:
// Remove all watermarks from the document
RxCore.removeWatermarkFromAllPages();
This removes any previously added watermarks from all pages.