In what release was ImageWatermarkOptions added to Aspose.Words?

Good day.

I was trying to use ImageWatermarkOptions following this guide, but I noticed that it isn’t part of the version/release that I am using (19.1). What release added the ImageWatermarkOptions class? And is this functionality available in previous versions as part of a different class/different classes?

@mohammed.allulu,

New helper classes to work with Watermarks inside Word document were introduced in 20.5 version of Aspose.Words.

The watermark can also be inserted using Shape class as well. It is very easy to insert any shape or image into a header or footer and thus create a watermark of any imaginable type. The following code example inserts a watermark into a Word document.

https://github.com/aspose-words/Aspose.Words-for-Java

1 Like