Leadtools.Document Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SaveResultsToFile Method
See Also 
Leadtools.Document Namespace > RasterDocumentEngine Class : SaveResultsToFile Method




fileName
String containing the output file name
Saves the recognition results to a file.

Syntax

Visual Basic (Declaration) 
Public Sub SaveResultsToFile( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentEngine
Dim fileName As String
 
instance.SaveResultsToFile(fileName)
C# 
public void SaveResultsToFile( 
   string fileName
)
Managed Extensions for C++ 
public: void SaveResultsToFile( 
   string* fileName
) 
C++/CLI 
public:
void SaveResultsToFile( 
   String^ fileName
) 

Parameters

fileName
String containing the output file name

Example

Refer to SaveResultOptions example.

Remarks

Saves the recognition results to a file.
To recognize a page(s), call Recognize.
To set/get the save recognition results options, use the SaveResultOptions property.
To get all supported output formats, call AvailableOutputFileFormats.
For more information, refer to Recognizing Document Pages.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Documentrequires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features