Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
Info Property
See Also 
Leadtools.Codecs Namespace > CodecsLoadImageEventArgs Class : Info Property




Gets a CodecsImageInfo object that contains information about the image file being loaded.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Info As CodecsImageInfo
Visual Basic (Usage)Copy Code
Dim instance As CodecsLoadImageEventArgs
Dim value As CodecsImageInfo
 
value = instance.Info
C# 
public CodecsImageInfo Info {get;}
Managed Extensions for C++ 
public: __property CodecsImageInfo* get_Info();
C++/CLI 
public:
property CodecsImageInfo^ Info {
   CodecsImageInfo^ get();
}

Return Value

A CodecsImageInfo object that contains information about the image file being loaded.

Example

For an example, refer to RasterCodecs.LoadImage.

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