Enable method

Top  Previous  Next

Applies to

TWPViewPDFPLUS

Declaration

function Enable(Code: Cardinal): Boolean;

Description

This method is used to enable the save / stamp procedure. You need to pass the code which was told you when you registered WPViewPDF V1.

Version 2 does not use the special code anymore, it encodes the additional license in the license key.

 

The Demo DLL does not require the enabling. The Result value is true if the engine includes PLUS features, otherwise false.

 

This method is also available using

Command(COMPDF_EnablePLUS, code)

or

Command(500, code)

 

Also see pdfMerge.