LicenseSetLicense Method (Stream) |
Sets the GroupDocs.Redaction license from a stream.
Namespace: GroupDocs.RedactionAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic void SetLicense(
Stream licenseStream
)
Public Sub SetLicense (
licenseStream As Stream
)
public:
void SetLicense(
Stream^ licenseStream
)
member SetLicense :
licenseStream : Stream -> unit
Parameters
- licenseStream
- Type: System.IOStream
License stream.
See Also