SetLicense
SetLicense(string)
Définit la licence GroupDocs.Redaction à partir d’un chemin de fichier.
public void SetLicense(string licensePath)
Paramètre | Taper | La description |
---|---|---|
licensePath | String | Chemin du fichier de licence. |
Voir également
- class License
- espace de noms GroupDocs.Redaction
- Assemblée GroupDocs.Redaction
SetLicense(Stream)
Définit la licence GroupDocs.Redaction à partir d’un flux.
public void SetLicense(Stream licenseStream)
Paramètre | Taper | La description |
---|---|---|
licenseStream | Stream | Flux de licence. |
Voir également
- class License
- espace de noms GroupDocs.Redaction
- Assemblée GroupDocs.Redaction