Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
GetInformation Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : GetInformation Method



fileName
String containing the input file name to query.
pageNumber
Page number to query (1-based) if the file has a multi-page image.
fileName
String containing the input file name to query.
pageNumber
Page number to query (1-based) if the file has a multi-page image.
Gets information about the specified image file.

Syntax

Visual Basic (Declaration) 
Public Function GetInformation( _
   ByVal fileName As String, _
   ByVal pageNumber As Integer _
) As CodecsImageInfo
Visual Basic (Usage)Copy Code
Dim instance As RasterCodecs
Dim fileName As String
Dim pageNumber As Integer
Dim value As CodecsImageInfo
 
value = instance.GetInformation(fileName, pageNumber)
C# 
public CodecsImageInfo GetInformation( 
   string fileName,
   int pageNumber
)
C++/CLI 
public:
CodecsImageInfo^ GetInformation( 
   String^ fileName,
   int pageNumber
) 

Parameters

fileName
String containing the input file name to query.
pageNumber
Page number to query (1-based) if the file has a multi-page image.

Return Value

An CodecsImageInfo object containing information about the specified image file.

Example

For an example, refer to CodecsImageInfo and RasterCodecs.

Remarks

For more information, refer to Loading and Saving Large Tiff Files.

For more information, refer to Loading and Saving Large Tiff Files.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also