LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

IsEngineInstalled Property






Determines whether or not the LEADTOOLS PDF Engine Runtime files are installed. .NET support
Syntax
public bool IsEngineInstalled {get;}
'Declaration
 
Public ReadOnly Property IsEngineInstalled As Boolean
'Usage
 
Dim instance As CodecsPdfOptions
Dim value As Boolean
 
value = instance.IsEngineInstalled
public bool IsEngineInstalled {get;}
 get_IsEngineInstalled(); 
public:
property bool IsEngineInstalled {
   bool get();
}

Property Value

true if the LEADTOOLS PDF Engine Runtime files are installed, false if they are missing.
Remarks

Use this property to determine if the LEADTOOLS PDF Engine Runtime files (Leadtools.PDfEngine.dll) are installed on the system.

The value of this property is used only when Leadtools.PdfEngine.dll is used by the application. For more information, refer to Implementing PDF Plug in Features.

Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPdfOptions Class
CodecsPdfOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.