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



Provides information for the RasterCodecs.LoadInformation event.

Object Model

CodecsLoadInformationEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class CodecsLoadInformationEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As CodecsLoadInformationEventArgs
C# 
public class CodecsLoadInformationEventArgs : System.EventArgs 
C++/CLI 
public ref class CodecsLoadInformationEventArgs : public System.EventArgs 

Example

For an example, refer to RasterCodecs.LoadInformation.

Remarks

You can use the RasterCodecs.LoadInformation event and the CodecsLoadInformationEventArgs class when loading image data in a format that LEADTOOLS does not recognize.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.Codecs.CodecsLoadInformationEventArgs

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