 | 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
Syntaxpublic 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