Opens and reads the specified TIFF file. You have to use this method before read 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(
	string fileName
)
Public Function Read ( _
	fileName As String _
) As Boolean
public:
bool Read(
	String^ fileName
)

Parameters

fileName
String
The full file path.

Return Value

Returns true on success.

See Also