1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark
  6. /
  7. License
  8. /
  9. SetLicense

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


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