 | BarcoderSetLicense Method (String) |
Initializes the library and validates the specified license file.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic bool SetLicense(
string licenseFile
)
Parameters
- licenseFile
- Type: SystemString
Path to the license file.
Return Value
Type:
BooleanA flag to indicate whether the license is valid for development.
See Also