Click or drag to resize

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
Syntax
C#
public 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: Boolean
A flag to indicate whether the license if valid for development.
See Also