Public Function Register(LicenseKey As String) As Variant

Registers current database with a license key.

Defined in

SwPDFRegistration

Syntax

registrationSuccess = swPDFRegistration.Register(licenseKey)

Parameters

licenseKey

String. License key for the product.

Return value

Variant

True, if registration is successful; otherwise, False.

Last updated