Counts the number of frames (or pages) inside the specified DCX file.

A DCX file contains multiple PCX images.

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

Syntax

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

Parameters

fileName
String
Input DCX file name.

Return Value

Returns number of pages or frames.

See Also