Saves current image in the specified text format.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SaveAsText(
	string fileName,
	IEFileFormats imageFormat,
	IETextFileFormat textFormat
)
Public Sub SaveAsText ( _
	fileName As String, _
	imageFormat As IEFileFormats, _
	textFormat As IETextFileFormat _
)
public:
void SaveAsText(
	String^ fileName, 
	IEFileFormats imageFormat, 
	IETextFileFormat textFormat
)

Parameters

fileName
String
The output file name.
imageFormat
IEFileFormats
The wanted file format (JPEG, BMP,...). When textFormat is ASCIIArt this must be "Unknown".
textFormat
IETextFileFormat
The output text format (HEX, Base64,...).

See Also