Insert or append a frame in a DCX file. The file must exist and contains at least one page.

You have to specify the page number in IOParams.DCX_ImageIndex.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void InsertToDCX(
	string fileName
)
Public Sub InsertToDCX ( _
	fileName As String _
)
public:
void InsertToDCX(
	String^ fileName
)

Parameters

fileName
String
This is the file name with extension.

See Also