Writes the specified page to a stream (TIFF).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Write(
	Stream stream,
	int page
)
Public Sub Write ( _
	stream As Stream, _
	page As Integer _
)
public:
void Write(
	Stream^ stream, 
	int page
)

Parameters

stream
Stream
The output stream.
page
Int32
The page to write. -1 = all pages.

See Also