Hello,
Using the sample code.
License license = new License();
license.SetLicense("Aspose.Pdf.lic");
I then make a call to Setlicense everytime I call my object that uses Aspose Pdf.
Will this be a problem?
Could I call SetLicense only once and then not worry about until the next time I login with my application?
If so, were do use suggest this be done?
Thanks
Neil