使用Aspose.Words组件给word加水印
摘要:
使用Aspose.Words组件给word加水印 /// /// Inserts a watermark into a document. /// /// The input document. /// Text of the watermark. private static void InsertWatermarkText(Document doc, string watermarkText) { // Create a watermark shape. This will be ... 阅读全文
posted @ 2014-01-16 10:35 大唐高僧 阅读(3664) 评论(0) 推荐(1)