LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ExtensionList Property

Show in webframe







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)
            
 
get_ExtensionList();
set_ExtensionList(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.