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

Show in webframe

ExtensionList Property








Gets or sets the list of extensions that the LEADTOOLS codec supports.
Syntax
public string ExtensionList {get; set;}
'Declaration
 
Public Property ExtensionList As String
'Usage
 
Dim instance As CodecsCodecInformation
Dim value As String
 
instance.ExtensionList = value
 
value = instance.ExtensionList
public string ExtensionList {get; set;}
public String getExtensionList()
public void setExtensionList(String value)
            
 <br/>get_ExtensionList();<br/>set_ExtensionList(value);<br/>Object.defineProperty('ExtensionList'); 
public:
property String^ ExtensionList {
   String^ get();
   void set (    String^ value);
}

Property Value

A string containing the list of extensions that the LEADTOOLS codec supports. Each extension is separated by the "," character.
Example
For an example, refer to RasterCodecs.GetCodecInformation.
Requirements

Target Platforms

See Also

Reference

CodecsCodecInformation Structure
CodecsCodecInformation Members

Error processing SSI file