SetLicense

SetLicense(string)

Licenses the component.

public void SetLicense(string filePath)
Parameter Type Description
filePath String The absolute path to a license file.

See Also


SetLicense(Stream)

Licenses the component.

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

See Also