SetLicense
SetLicense(string)
Licentie voor de component.
public void SetLicense(string filePath)
| Parameter | Type | Beschrijving |
|---|---|---|
| filePath | String | Absoluut pad naar licentiebestand. |
Opmerkingen
Gebruik deze methode om een licentie uit een bestand te laden.
Zie ook
- class License
- naamruimte GroupDocs.Watermark
- montage GroupDocs.Watermark
SetLicense(Stream)
Licentie voor de component.
public void SetLicense(Stream stream)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | Stream | Licentiestroom. |
Opmerkingen
Gebruik deze methode om een licentie van een stream te laden.
Zie ook
- class License
- naamruimte GroupDocs.Watermark
- montage GroupDocs.Watermark