←Select platform

IsPresent Property

Summary

Determines whether the LEADTOOLS codec is present on the system.

Syntax

C#
VB
Java
C++
public bool IsPresent { get; } 
Public ReadOnly Property IsPresent As Boolean 
public boolean isPresent() 
public: 
property bool IsPresent { 
   bool get(); 
} 

Property Value

true if the codec is present on the system; false, otherwise.

Example

For an example, refer to RasterCodecs.GetCodecInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly