License.SetLicense

SetLicense(Stream)

Licenses the component.

public void SetLicense(Stream licenseStream)
Parameter Type Description
licenseStream Stream The license stream.

See Also


SetLicense(string)

Licenses the component.

public void SetLicense(string licensePath)
Parameter Type Description
licensePath String The license path.

See Also