LicenseSetLicense Method (Stream) |
Licenses the component.
Namespace: GroupDocs.ClassificationAssembly: GroupDocs.Classification (in GroupDocs.Classification.dll) Version: 20.11.0
Syntaxpublic void SetLicense(
Stream stream
)
Public Sub SetLicense (
stream As Stream
)
public:
void SetLicense(
Stream^ stream
)
member SetLicense :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
A stream that contains the license.
RemarksUse this method to load a license from a stream.
See Also