Click or drag to resize

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
Syntax
C#
public static bool SetLicense(
	byte[] licenseResource
)

Parameters

licenseResource
Type: SystemByte
The byte array with licensing info.

Return Value

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