Public Function InitWithActivationResponse(ActivationResponse As String) As Boolean
Initializes PDF creation process. It MUST be called before any other method in SwPDFCreator class or PDF creation will fail.
Activation response is NOT stored in SWING PDF Converter database and MUST be supplied on each method call.
Defined in
SwPDFCreator
Syntax
Call swPDFCreator.InitWithActivationResponse(ActivationResponse)
Parameters
ActivationResponse
String. SWING PDF Converter activation server response.
Return value
Boolean
True, if product is licensed and PDF conversion can be continued; otherwise, false.
PreviousPublic Function Init(LicenseKey As String) As BooleanNextPublic Function LoadSettingsFromUNID(PDFSettingsUNID As String, UseGeneralSettings As Boolean) As Bo
Last updated