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




fileName
Name of the image file
pageNumber
Page number (1-based) in the image file
Obtains information about the image file and the specified page in the file

Syntax

Visual Basic (Declaration) 
Public Overloads Function Info( _
   ByVal fileName As String, _
   ByVal pageNumber As Integer _
) As ImageInfo
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)
C# 
public ImageInfo Info( 
   string fileName,
   int pageNumber
)
Managed Extensions for C++ 
public: ImageInfo* Info( 
   string* fileName,
   int pageNumber
) 
C++/CLI 
public:
ImageInfo^ Info( 
   String^ fileName,
   int 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

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]