 | 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
Syntaxpublic static bool SetLicense(
string licenseFile
)
Parameters
- licenseFile
- Type: SystemString
Path to the license file.
Return Value
Type:
BooleanA flag to indicate whether the license if valid for development.
See Also