I am converting an image to PDF, when setting IsBlackWhite to TRUE the image gets a watermark for a non license product. When is set to False the watermark is not present.
I am setting both licenses as:
//LoadLicense
Aspose.Pdf.License license = new Aspose.Pdf.License();
license.SetLicense(licenseName);
Aspose.Imaging.License imageLicense = new Aspose.Imaging.License();
imageLicense.SetLicense(licenseName);
How can i set the correct license?