Accusoft.ThumbnailXpress6.Net
AccessPdfXpress(Int32,String,String) Method




The major version number of PDF Xpress used.
A string value which represents the Font resource directory.
A string value which represents the CMap resource directory.
Finds and loads the indicated version of PDF Xpress, which is used to thumbnail PDF files.
Syntax
'Declaration
 
Public Overloads Sub AccessPdfXpress( _
   ByVal majorVersion As Integer, _
   ByVal fontFolder As String, _
   ByVal cmapFolder As String _
) 
'Usage
 
Dim instance As Licensing
Dim majorVersion As Integer
Dim fontFolder As String
Dim cmapFolder As String
 
instance.AccessPdfXpress(majorVersion, fontFolder, cmapFolder)
public void AccessPdfXpress( 
   int majorVersion,
   string fontFolder,
   string cmapFolder
)
public: void AccessPdfXpress( 
   int majorVersion,
   string* fontFolder,
   string* cmapFolder
) 
public:
void AccessPdfXpress( 
   int majorVersion,
   String^ fontFolder,
   String^ 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.

See Also

Reference

Licensing Class
Licensing Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback