Returns the file path used to load the license file.

Namespace: Limilabs.Barcode
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

C#
public string GetLicenseFolder()
Visual Basic
Public Function GetLicenseFolder As String
Visual C++
public:
virtual String^ GetLicenseFolder() sealed

Return Value

License file path.

Implements

IBarcodeFactory..::..GetLicenseFolder()()()()

See Also