Click or drag to resize
IBarcodeFactory Interface
Barcode factory interface.

Namespace:  Limilabs.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
public interface IBarcodeFactory

The IBarcodeFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateBarcode
Creates new Barcode instance.
Public methodGetLicenseFolder
Returns the file path used to load the license file.
Public methodUseMachineKeyStore
Gets or sets a value indicating whether the key should be persisted in the computer's key store instead of the user profile store.
Top
Remarks
This interface is for COM support.
See Also