Hi! im trying out a speed test for my program.
code:
string licenseFilename = Path.Combine(@"Path", "Aspose.Words.NET.lic");
License license = new License();
license.SetLicense(licenseFilename);
Is it a faster way to retrieve the license key, this code is running everytime the class runs ? am Using a trial key.