Reads a TIFF from the stream, from current position. You have to use this method before ad or write any tag.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
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.


























