SetLicense

SetLicense(string)

Licentie voor de component.

public void SetLicense(string filePath)
Parameter Type Beschrijving
filePath String Het absolute pad naar een licentiebestand.

Voorbeelden

Dit voorbeeld laat zien hoe u een licentie instelt.

// initialiseer de licentieklasse
License license = new License();

// stel het pad in naar het .lic-bestand
license.SetLicense(@"C:\\GroupDocs.Metadata.lic");    

Zie ook


SetLicense(Stream)

Licentie voor de component.

public void SetLicense(Stream stream)
Parameter Type Beschrijving
stream Stream Licentiestroom.

Zie ook