Determines whether the LEADTOOLS PDF Engine Runtime files are installed.
public bool IsEngineInstalled { get; }
Public ReadOnly Property IsEngineInstalled As Boolean
public boolean isEngineInstalled()
public:
property bool IsEngineInstalled {
bool get();
}
true if the LEADTOOLS PDF Engine Runtime files are installed, false if they are missing.
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.
For an example, refer to CodecsPdfOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET