Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

IsPresent Property








Determines whether the LEADTOOLS codec is present on the system.
Syntax
public bool IsPresent {get;}
'Declaration
 
Public ReadOnly Property IsPresent As Boolean
'Usage
 
Dim instance As CodecsCodecInformation
Dim value As Boolean
 
value = instance.IsPresent
public bool IsPresent {get;}
public boolean isPresent()
 get_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

See Also

Reference

CodecsCodecInformation Structure
CodecsCodecInformation Members

Error processing SSI file