 | LibrarySetLicense Method (String, String) |
Set the license from an embedded manifest resource.
Namespace:
Opait.Barcode
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic static bool SetLicense(
string assemblyName,
string resourceName
)
Parameters
- assemblyName
- Type: SystemString
The name of the assembly where the license file is embedded. - resourceName
- Type: SystemString
The name of the embedded license file.
Return Value
Type:
BooleanA flag to indicate whether the license if valid for development.
See Also