LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsExtensionList Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsExtensionList Class



Exif extension information.

Object Model

CodecsExtensionList Class

Syntax

Visual Basic (Declaration) 
Public Class CodecsExtensionList 
   Implements IDisposable 
Visual Basic (Usage)Copy Code
Dim instance As CodecsExtensionList
C# 
public class CodecsExtensionList : IDisposable  
C++/CLI 
public ref class CodecsExtensionList : public IDisposable  

Example

For an example, refer to RasterCodecs.ReadExtensions.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsExtensionList

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also