←Select platform

IsEngineInstalled Property

Summary

Determines whether the LEADTOOLS PDF Engine Runtime files are installed.

Syntax

C#
VB
Java
C++
public bool IsEngineInstalled { get; } 
Public ReadOnly Property IsEngineInstalled As Boolean 
public boolean 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 Features.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly