 | LibrarySetLicense Method (Byte) |
Initializes the library from an byte array, such as an embedded resource file.
Namespace:
Opait.Barcode
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic static bool SetLicense(
byte[] licenseResource
)
Parameters
- licenseResource
- Type: SystemByte
The byte array with licensing info.
Return Value
Type:
BooleanA flag to indicate whether the license if valid for development.
See Also