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

SetLicense

SetLicense(string)

Sets the GroupDocs.Redaction license from a file path.

public void SetLicense(string licensePath)
Parameter Type Description
licensePath String License file path.

See Also


SetLicense(Stream)

Sets the GroupDocs.Redaction license from a stream.

public void SetLicense(Stream licenseStream)
Parameter Type Description
licenseStream Stream License stream.

See Also