Accusoft.PdfXpress7.Net
Initialize(String,String) Method




A string value which represents the Font resource directory.
A string value which represents the CMap resource directory.
Initializes PdfXpress allowing the user to pass in specified fonts and maps.
Syntax
'Declaration
 
Public Overloads Sub Initialize( _
   ByVal fontFolder As String, _
   ByVal mapFolder As String _
) 
'Usage
 
Dim instance As PdfXpress
Dim fontFolder As String
Dim mapFolder As String
 
instance.Initialize(fontFolder, mapFolder)
public void Initialize( 
   string fontFolder,
   string mapFolder
)
public: void Initialize( 
   string* fontFolder,
   string* mapFolder
) 
public:
void Initialize( 
   String^ fontFolder,
   String^ mapFolder
) 

Parameters

fontFolder
A string value which represents the Font resource directory.
mapFolder
A string value which represents the CMap resource directory.
Exceptions
ExceptionDescription
PdfXpressLibraryExceptionRaised if this PdfXpress object is already initialized on the current thread.
Remarks
Initialize triggers a recursive search to locate the resource file AdobeFnt11.lst, starting in the fontFolder directory. If found, AdobeFnt11.lst is copied to the fontFolder directory.
See Also

Reference

PdfXpress Class
PdfXpress Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback