←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.