Initializes PDFNet library in demo mode.
Initialize() is usually called once, during process initialization.
Namespace:
pdftron
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void Initialize()
Public Shared Sub Initialize
public:
static void Initialize()
pdftron.PDFNet.Initialize = function();
Remarks
With the exception of SetPersistentCache and SetTempPath, it is unsafe to call any other PDFNet API without first initializing the library.
See Also