Click or drag to resize

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
Syntax
C#
public bool SetLicense(
	string licenseFile
)

Parameters

licenseFile
Type: SystemString
Path to the license file.

Return Value

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