ClearImage 8 Help
Info(String,Int32) Method
See Also  Send Feedback
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
)
Delphi 
public function Info( 
    fileName: String;
    pageNumber: Integer
): ImageInfo; 
JScript 
public function Info( 
   fileName : String,
   pageNumber : int
) : ImageInfo;
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.

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

© 2007-2013. Inlite Research, Inc. All Rights Reserved.