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



Gets the image information from a disk file.

Overload List

OverloadDescription
GetInformation(String,Boolean)Gets the image information from a disk file.  
GetInformation(String,Boolean,Int32)Gets the specific image page information from a disk file.  
GetInformation(Stream,Boolean)Gets the image information from a stream.  
GetInformation(Stream,Boolean,Int32)Gets the specific image page information from a stream.  
GetInformation(Uri,Boolean)Gets the specific image page information from the specified System.Uri.  
GetInformation(Uri,Boolean,Int32)Gets the specific image page information from the specified System.Uri.  

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