Writes the specified page to a file (TIFF).

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

Syntax

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

Parameters

fileName
String
The output full file path.
page
Int32
The page to write. -1 = all pages.

See Also