Remove a page/frame from specified file.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void DeleteDCXFrame(
	string fileName,
	int frame
)
Public Shared Sub DeleteDCXFrame ( _
	fileName As String, _
	frame As Integer _
)
public:
static void DeleteDCXFrame(
	String^ fileName, 
	int frame
)

Parameters

fileName
String
The source and target file name.
frame
Int32
The frame to remove (0 is first image).

See Also