ClearImageNet Send comments on this topic.
Info(String) Method
See Also 
Inlite.ClearImageNet Namespace > ImageIO Class > Info Method : Info(String) Method




fileName
Name of the image file
Obtains information about the image file and the first page in the file

Syntax

Visual Basic (Declaration) 
Public Overloads Function Info( _
   ByVal fileName As String _
) As ImageInfo
Visual Basic (Usage)Copy Code
Dim instance As ImageIO
Dim fileName As String
Dim value As ImageInfo
 
value = instance.Info(fileName)
C# 
public ImageInfo Info( 
   string fileName
)
Managed Extensions for C++ 
public: ImageInfo* Info( 
   string* fileName
) 
C++/CLI 
public:
ImageInfo^ Info( 
   String^ fileName
) 

Parameters

fileName
Name of the image file

Return Value

ImageInfo object with obtained information

Remarks

Licensing: Requires ClearImage PDF IO license to use with PDF files.
Any ClearImage license is required for other image file formats.

See Also

Generated from assembly ClearImageNet [5.7.1.0]