Click or drag to resize

LicenseProvider SetLicenseFileName Method

Sets the license file name, which will be used for loading license.

Namespace: Spire.Pdf.License
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static void SetLicenseFileName(
	string licenseFileName
)

Parameters

licenseFileName
Type: System String
License file name.
See Also