Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsEngineInstalled Property
See Also 
Leadtools.Codecs Namespace > CodecsPdfOptions Class : IsEngineInstalled Property



Determines whether or not the Leadtools PDF Runtime files are installed.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsEngineInstalled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsPdfOptions
Dim value As Boolean
 
value = instance.IsEngineInstalled
C# 
public bool IsEngineInstalled {get;}
C++/CLI 
public:
property bool IsEngineInstalled {
   bool get();
}

Return Value

true if the Leadtools PDF Runtime files are installed, false if they are missing.

Example

For an example, refer to CodecsPdfOptions.

Remarks

Use this property to determine if the Leadtools PDF Runtime files (which are required to load PDF images) are installed on the system.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also