Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsPdfOptions Class : IsEngineInstalled Property |
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;}
public boolean isEngineInstalled()
get_IsEngineInstalled();
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.