Click or drag to resize

BarcoderSetLicense Method (Byte)

Initializes the library from a byte array, such as an embedded resource file.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public 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