←Select platform

IsEngineInstalled Property

Summary
Determines whether the LEADTOOLS PDF Engine Runtime files are installed.
Syntax
C#
VB
C++
Java
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.Pdf.Utilities.dll) are installed on the system.

The value of this property is used only when Leadtools.Pdf.Utilities.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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.