Reads a TIFF from the stream, from current position. You have to use this method before ad or write any tag.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Read(
	Stream stream
)
Public Function Read ( _
	stream As Stream _
) As Boolean
public:
bool Read(
	Stream^ stream
)

Parameters

stream
Stream
The input stream.

Return Value

Returns true on success.

See Also