Class License

Class License

Licenses the product.
public class License

Inheritance

object License

Inherited Members

Examples

[C#]
Sheetize.License license = new Sheetize.License();
license.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