Inserts all pages of the TIFF contained in the specified stream.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool InsertTIFF(
	Stream stream,
	int pageIndex
)
Public Function InsertTIFF ( _
	stream As Stream, _
	pageIndex As Integer _
) As Boolean
public:
bool InsertTIFF(
	Stream^ stream, 
	int pageIndex
)

Parameters

stream
Stream
A stream where there is a TIFF file.
pageIndex
Int32
The starting page where to insert the TIFF. 0 is the first page.

Return Value

Returns true on successful.

See Also