Show / Hide Table of Contents

License Registration

When you buy a commercial version of ZPLPrinter Emulator SDK you are provided with license information to register the product in your projects.

Registering ZPLPrinter Emulator SDK

In the class where you create an instance of ZPLPrinter class, then set the LicenseOwner and LicenseKey params of the class constructor with the license info you've received when purchasing.

Important

Please, keep in mind that the license info is case-sensitive!

VB


Dim myZPLPrinter As New ZPLPrinter("LICENSE-OWNER-FOR-SDK", "LICENSE-KEY-FOR-SDK")

C#


var myZPLPrinter = new ZPLPrinter("LICENSE-OWNER-FOR-SDK", "LICENSE-KEY-FOR-SDK");
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com