SetLicense
SetLicense(string)
Licenses the component.
public void SetLicense(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | Absolute path to license file. |
Remarks
Use this method to load a license from a file.
See Also
- class License
- namespace GroupDocs.Watermark
- assembly GroupDocs.Watermark
SetLicense(Stream)
Licenses the component.
public void SetLicense(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | License stream. |
Remarks
Use this method to load a license from a stream.
See Also
- class License
- namespace GroupDocs.Watermark
- assembly GroupDocs.Watermark