| 
LicenseProvider
SetLicenseKey Method (String)
  | 
 Provides a license by a license key, 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 SetLicenseKey(
	string key
)
 
Public Shared Sub SetLicenseKey ( 
	key As String
)
 
public:
static void SetLicenseKey(
	String^ key
)
 
static member SetLicenseKey : 
key : string -> unit 
 
 
 
Parameters
 
- 
key
 
- 
 Type:
 
System
String
 
 The value of the Key attribute of the element License of you license xml file.
 
 See Also
See Also