| 
LicenseProvider
SetLicense Method (Stream)
  | 
 Provides a license by a license stream, which will be used for loading license.
 Namespace:
 Spire.Doc.License
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public static void SetLicense(
	Stream licenseFileStream
)
 
Public Shared Sub SetLicense ( 
	licenseFileStream As Stream
)
 
public:
static void SetLicense(
	Stream^ licenseFileStream
)
 
static member SetLicense : 
licenseFileStream : Stream -> unit 
 
 
 
Parameters
 
- 
licenseFileStream
 
- 
 Type:
 
System.IO
Stream
 
 License data stream.
 
 See Also
See Also