Insert or append a frame in a TIFF file. The stream have to contains at least one page.

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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int InsertToTIFF(
	Stream stream
)
Public Function InsertToTIFF ( _
	stream As Stream _
) As Integer
public:
int InsertToTIFF(
	Stream^ stream
)

Parameters

stream
Stream
The stream to read/write

Return Value

Returns the number of images inside the stream.

See Also