Obtains information about the image file and the first page in the file
Syntax
'Declaration
Public Overloads Function Info( _
ByVal 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
)
public function Info(
: System.String
): ImageInfo;
public function Info(
: System.String
) : ImageInfo;
public:
ImageInfo^ Info(
System.String^
)
Parameters
- fileName
- Name of the image file
Return Value
ImageInfo object with obtained information
See Also