SetLicense

SetLicense(string)

Licence du composant.

public void SetLicense(string filePath)
Paramètre Taper La description
filePath String Le chemin absolu vers un fichier de licence.

Exemples

Cet exemple montre comment configurer la licence.

// initialise la classe de licence
License license = new License();

// définit le chemin vers le fichier .lic
license.SetLicense(@"C:\\GroupDocs.Metadata.lic");    

Voir également


SetLicense(Stream)

Licence du composant.

public void SetLicense(Stream stream)
Paramètre Taper La description
stream Stream Flux de licence.

Voir également