Gets or sets the list of extensions that the LEADTOOLS codec supports.
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.