| 
LicenseProvider
SetLicenseFileName Method
  | 
 Sets the license file name, 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 SetLicenseFileName(
	string licenseFileName
)
 
Public Shared Sub SetLicenseFileName ( 
	licenseFileName As String
)
 
public:
static void SetLicenseFileName(
	String^ licenseFileName
)
 
static member SetLicenseFileName : 
licenseFileName : string -> unit 
 
 
 
Parameters
 
- 
licenseFileName
 
- 
 Type:
 
System
String
 
 License file name.
 
 See Also
See Also