Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
CodecsPageEventArgs Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsPageEventArgs Class




Provides information for the RasterCodecs.LoadPage event.

Syntax

Visual Basic (Declaration) 
Public Class CodecsPageEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As CodecsPageEventArgs
C# 
public class CodecsPageEventArgs : EventArgs 
Managed Extensions for C++ 
public __gc class CodecsPageEventArgs : public EventArgs 
C++/CLI 
public ref class CodecsPageEventArgs : public EventArgs 

Example

For an example, refer to RasterCodecs.LoadPage.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.Codecs.CodecsPageEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also