Class License

Info

Licenses the product.

public class License

Inheritance

objectLicense

Inherited Members

Examples

1Sheetize.License license = new Sheetize.License();
2license.SetLicense("mylic.lic");

Constructors

License()

public License()

Methods

SetLicense(Stream)

Licenses the product by the Stream which provides license data.

public void SetLicense(Stream stream)

Parameters

SetLicense(string)

Licenses the product by the license file.

public void SetLicense(string licenseName)

Parameters

Namespace: Sheetize Assembly: Sheetize.dll

 English