Compare two Microsoft Word Documents with Aspose.Words for .NET C# adds evaluation watermark

Hi
I have purchase product of Aspose.Words but I am not understanding how shall I use that to remove my evaluation watermark at the top of the document . I am using Aspose.Words.dll version 18.11.0.0. And my .NET code is
Document doc1 = new Document(“F:\Documents\Document1.odt”);
Document doc2 = new Document(“F:\Documents\Document2.odt”);
Aspose.Words.CompareOptions options = new CompareOptions();

        doc1.Compare(doc2, "user", DateTime.Now);            
        doc1.Save("F:\\Documents\\Document3.odt");

Can you please tell me what shall I do to remove the evaluation watermark
Regards
Ron

@ron.macinnis

This forum is for queries relevant to Aspose REST APIs whereas your query is relevant to Aspose Native APIs. Please follow this thread Evaluate Aspose.Words - Free Support Forum - aspose.com for an answer to your query.