Hello,
I am using temp license for Aspose.words and writing code below on form load to apply the license.
'Apply Words License
Dim Wordlicense As Aspose.Words.License = New Aspose.Words.License()
Wordlicense.SetLicense("C:\VerdictPrint\Aspose.Words.lic")
I was trying to check when we purchase the actual licensed product, how the license will be? Do we have to still do something like this code to actually apply the license? Is there any other way or alternate to this code?
I am just trying to understand once we implement this in production how to apply the license. Please let me know if you have any information.
Thanks,
Vinay Hattarki