←Select platform

ExtensionList Property

Summary

Gets or sets the list of extensions that the LEADTOOLS codec supports.

Syntax
C#
VB
C++
Java
public string ExtensionList { get; set; } 
Public Property ExtensionList As String 
public String getExtensionList() 
public void setExtensionList(String value) 
public: 
property String^ ExtensionList { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly