
| 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 | |
For an example, refer to RasterCodecs.LoadInformation.
You can use the RasterCodecs.LoadInformation event and the CodecsLoadInformationEventArgs class when loading image data in a format that LEADTOOLS does not recognize.
System.Object
System.EventArgs
Leadtools.Codecs.CodecsLoadInformationEventArgs
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code