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
- class License
- namespace GroupDocs.Redaction
- assembly GroupDocs.Redaction
SetLicense(Stream)
Sets the GroupDocs.Redaction license from a stream.
public void SetLicense(Stream licenseStream)
Parameter | Type | Description |
---|---|---|
licenseStream | Stream | License stream. |
See Also
- class License
- namespace GroupDocs.Redaction
- assembly GroupDocs.Redaction