This function saves current image replacing to the specified multi-page TIFF file, replacing only the image at index specified with IOParams.TIFF_ImageIndex.

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

Syntax

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

Parameters

fileName
String
The file name.

Return Value

Returns the number of images inside the stream.

See Also