'Usage
Dim instance As Licensing
Dim majorVersion As Integer
Dim fontFolder As String
Dim cmapFolder As String
instance.AccessPdfXpress(majorVersion, fontFolder, cmapFolder)
Parameters
majorVersion
The major version number of PDF Xpress used.
fontFolder
A string value which represents the Font resource directory.
cmapFolder
A string value which represents the CMap resource directory.
Remarks
It searches for PDF Xpress using the process described in How the Runtime Locates Assemblies. A partial reference is dynamically loaded and thus only the application directory is searched for the assembly, and no other checking occurs.
Note: Only versions 5 or greater are supported at this time.