LicenseProvider
SetLicense Method (String)
|
Provides a license by a license file path, which will be used for loading license.
Namespace:
Spire.Barcode.License
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static void SetLicense(
string licenseFileFullPath
)
Public Shared Sub SetLicense (
licenseFileFullPath As String
)
public:
static void SetLicense(
String^ licenseFileFullPath
)
static member SetLicense :
licenseFileFullPath : string -> unit
Parameters
-
licenseFileFullPath
-
Type:
System
String
License file full path.
See Also