Click or drag to resize

Library Class

Utility class to initialize and validate license files.
Inheritance Hierarchy
SystemObject
  Opait.BarcodeLibrary

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public static class Library

The Library type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetLicense
Returns the license description.
Public methodStatic memberSetLicense(Byte)
Initializes the library from an byte array, such as an embedded resource file.
Public methodStatic memberSetLicense(String)
Initializes the library and validates the specified license file.
Public methodStatic memberSetLicense(String, String)
Set the license from an embedded manifest resource.
Top
See Also