In This Topic
GdPicture14 Namespace / LicenseManager Class / LicenseManager Constructor

LicenseManager Constructor

In This Topic
The LicenseManager class unlocks the GdPicture.NET toolkit with a purchased commercial key or a provided demo key to allow you to develop your application. You can also determine the currently used version of the toolkit using this class.here
Syntax
'Declaration

 

Public Function New()
public LicenseManager()
public LicenseManager(); 
public function LicenseManager();
public: LicenseManager();
public:

LicenseManager();
See Also