删除水印的步骤如下:
对 CPDFDocument 对象调用 releaseAllWatermarks() ,即可删除文档中所有水印。
以下是删除水印的示例代码:
//删除文档中所有水印。 document.releaseAllWatermarks();