Dear Customers,
Aspose.ASPXpand 1.5.0 released.
Enhancements:
Aspose license control supported.
Sample:
[C#]
Aspose.ASPXpand.License lic = new Aspose.ASPXpand.License();
lic.SetLicense(“licensefile.lic“);
[VB.net]
dim lic as new Aspose.ASPXpand.License()
lic.SetLicense(“licensefile.lic“);
Sample code updated.
kyle