License

License class

Namespace: Aspose.Barcode.Internal

Constructors

NameDescription
__construct

Methods

NameStaticDescription
isLicensedNo
prepareLicenseContentYesThis method is intended only for cases where license content is passed to the methods readBarCodes() and generateBarCodeImage() with the flag $passLicense = true)
resetLicenseNo
setLicenseNo
setLicenseFromBase64No
setLicenseFromFileNo

Properties

NameStaticRead/WriteDescription
LicenseContentYesRead-only

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)

ParameterTypeDescription
$licenseFilePathstring

Returns: void

resetLicenseresetLicense()

setLicensesetLicense(string $licenseFileOrBase64Content)

ParameterTypeDescription
$licenseFileOrBase64Contentstring

setLicenseFromBase64setLicenseFromBase64(string $licenseContent)

ParameterTypeDescription
$licenseContentstring

setLicenseFromFilesetLicenseFromFile(string $licenseFilePath)

ParameterTypeDescription
$licenseFilePathstring

LicenseContent

Access: Read-only

Static: Yes