Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Uri.  
GetInformation(Uri,Boolean,Int32) Gets the specific image page information from the specified Uri.  

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also