Returns the number of pages (images) that a ICO file contains.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int EnumICOPages(
	string fileName
)
Public Shared Function EnumICOPages ( _
	fileName As String _
) As Integer
public:
static int EnumICOPages(
	String^ fileName
)

Parameters

fileName
String
the name of the ICO

Return Value

the pages count

See Also