Click or drag to resize

LicenseProvider SetLicense Method (Stream)

Provides a license by a license stream, which will be used for loading license.

Namespace: Spire.Presentation.License
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public static void SetLicense(
	Stream licenseFileStream
)

Parameters

licenseFileStream
Type: System.IO Stream
License data stream.
See Also