LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

ExtensionList Property






Gets or sets the list of extensions that the LEADTOOLS codec supports. .NET support
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;}
 get_ExtensionList();
set_ExtensionList(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsCodecInformation Structure
CodecsCodecInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.