Xceed .NET Libraries Documentation
Licenser Class
Members 


Xceed.Zip Assembly > Xceed.Zip Namespace : Licenser Class
Class which is used to register the classes located in the Xceed.Zip namespace.
Syntax
'Declaration
 
Public MustInherit NotInheritable Class Licenser 
'Usage
 
Dim instance As Licenser
public static class Licenser 
Remarks

We recommend you set the LicenseKey property in the main entry point of the application. For example, the LicenseKey property can be set, for C# users, in the static main function. For VB.NET users, it can be set in the constructor of the main form or in the "Sub Main" procedure. If no entry point is available, it is recommended that the LicenseKey property be set in a static constructor of a class that will be accessed systematically before any of the library's classes are instantiated or, you can simply set the LicenseKey property immediately BEFORE you instantiate a class.

Inheritance Hierarchy

System.Object
   Xceed.Zip.Licenser

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Licenser Members
Xceed.Zip Namespace