Obtains information about the image file and the specified page in the file              
            
            
            
 Syntax
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As ImageIO
Dim fileName As String
Dim pageNumber As Integer
Dim value As ImageInfo
 
value = instance.Info(fileName, pageNumber) | 
Parameters
- fileName
- Name of the image file
- pageNumber
- Page number (1-based) in the image file
Return Value
ImageInfo object with obtained information
 
            
            
            
            
            
            
            Remarks
             Requirements
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 See Also
See Also