ClearImage .NET API
Info(String) Method





Inlite.ClearImageNet Namespace > ImageIO Class > Info Method : Info(String) Method
Name of the image file
Obtains information about the image file and the first page in the file
Syntax
'Declaration
 
Public Overloads Function Info( _
   ByVal fileName As System.String _
) As ImageInfo
'Usage
 
Dim instance As ImageIO
Dim fileName As System.String
Dim value As ImageInfo
 
value = instance.Info(fileName)
public ImageInfo Info( 
   System.string fileName
)
public function Info( 
    fileName: System.String
): ImageInfo; 
public function Info( 
   fileName : System.String
) : ImageInfo;
public:
ImageInfo^ Info( 
   System.String^ fileName
) 

Parameters

fileName
Name of the image file

Return Value

ImageInfo object with obtained information
See Also

Reference

ImageIO Class
ImageIO Members
Overload List