Barcode Licensing

I am looking at using the barcode solution for a web-based application. I requested a temporary license and I have a question about using the license file. Will I need to call the SetLicense for every time the page initializes? If not, at what point is it appropriate to call SetLicense()?

Thanks!

Scot

Hi Scot,

Thank you for inquiry.

The license should be called once per process. In case of web application, please call SetLicense() in global.asax file’s Session_Start().

ok, great! Thanks!!