License
License class
Namespace: Aspose.Barcode.Internal
Constructors
Methods
Properties
License__construct()
isLicensedisLicensed()
prepareLicenseContentprepareLicenseContent(string $licenseFilePath) (static)
This method is intended only for cases where license content is passed to the methods readBarCodes() and generateBarCodeImage() with the flag $passLicense = true)
| Parameter | Type | Description |
|---|
$licenseFilePath | string | |
Returns: void
resetLicenseresetLicense()
setLicensesetLicense(string $licenseFileOrBase64Content)
| Parameter | Type | Description |
|---|
$licenseFileOrBase64Content | string | |
setLicenseFromBase64setLicenseFromBase64(string $licenseContent)
| Parameter | Type | Description |
|---|
$licenseContent | string | |
setLicenseFromFilesetLicenseFromFile(string $licenseFilePath)
| Parameter | Type | Description |
|---|
$licenseFilePath | string | |
LicenseContent
Access: Read-only
Static: Yes