LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UsePdfEngine Property

Show in webframe







Gets or sets a value to force using the LEADTOOLS PDF Engine (Leadtools.PdfEngine.dll) when loading PDF files.
Syntax
public bool UsePdfEngine {get; set;}
'Declaration
 
Public Property UsePdfEngine As Boolean
'Usage
 
Dim instance As CodecsPdfLoadOptions
Dim value As Boolean
 
instance.UsePdfEngine = value
 
value = instance.UsePdfEngine
public bool UsePdfEngine {get; set;}

            

            
 
get_UsePdfEngine();
set_UsePdfEngine(value);
Object.defineProperty('UsePdfEngine');
public:
property bool UsePdfEngine {
   bool get();
   void set (    bool value);
}

Property Value

true to force using the LEADTOOLS PDF Engine (Leadtools.PdfEngine.dll) when loading PDF files, otherwise; false. Default value is false.
Remarks

To load or save PDF documents to/from a raster image in LEADTOOLS, you use the Leadtools.Pdf.dll assembly. This is the file filter for the PDF format (as well as Postscript and Enhanced Postscript). Use this assembly as any other file filter in LEADTOOLS, such as Leadtools.Codecs.Bmp.dll for BMP support and Leadtools.Codecs.Tif.dll for TIF support.

In addition to Leadtools.Pdf.dll, the Leadtools.PdfEngine.dll assembly is required in the following situations:

Leadtools.PdfEngine.dll contains many resources such as tables and fonts required to render a PDF image (if one of the options above is satisfied and also always for PS and EPS files). This DLL is not referenced in a direct way by the file filter; instead it is loaded dynamically and out of a process if needed. You must ensure that this DLL is present on the machine. By default, it is required to have this DLL in the same directory where the file filter is located. However, to share many instances of the Leadtools.PdfEngine.dll assembly between many applications, use the CodecsPdfOptions.InitialPath property.

Note that if the application does not required PDF Engine, for example, the application is only loading and saving PDF files as raster images. Then, Leadtools.PdfEngine.dll is not required to be present on the machine. Leadtools.Pdf.dll is always required regardless. Leadtools.PdfEngine.dll is used out of process and may slow down loading PDF documents. It is recommended that you load PDF files with the UsePdfEngine set to false (the default value) for maximum performance.

Requirements

Target Platforms

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.