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;} |
Property Value
true if the Leadtools PDF Runtime files are installed, false if they are missing.For an example, refer to CodecsPdfOptions.
Use this property to determine if the Leadtools PDF Runtime files (which are required to load PDF images) are installed on the system.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)