Click or drag to resize

LibrarySetLicense Method (String)

Initializes the library and validates the specified license file.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public static bool SetLicense(
	string licenseFile
)

Parameters

licenseFile
Type: SystemString
Path to the license file.

Return Value

Type: Boolean
A flag to indicate whether the license if valid for development.
See Also