Public Function Init(LicenseKey As String) As Boolean
Initializes PDF creation process. It MUST be called before any other method in SwPDFCreator class or PDF creation will fail.
Defined in
SwPDFCreator
Syntax
Call swPDFCreator.Init(licenseKey)
Parameters
LicenseKey
String. Product license key.
Return value
Boolean
True, if product is licensed and PDF conversion can be continued; otherwise, false.
PreviousPublic Function GetVersion() As StringNextPublic Function InitWithActivationResponse(ActivationResponse As String) As Boolean
Last updated