Writes the modified TIFF to a file.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Write(
	string fileName
)
Public Sub Write ( _
	fileName As String _
)
public:
void Write(
	String^ fileName
)

Parameters

fileName
String
The output full file path.

See Also