Visual Basic (Declaration) | |
---|---|
Public Function AvailableOutputFileFormats() As RasterDocumentFormatType() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterDocumentFormatType[] AvailableOutputFileFormats() |
C++/CLI | |
---|---|
public: array<RasterDocumentFormatType>^ AvailableOutputFileFormats(); |
Visual Basic | Copy Code |
---|---|
Public Sub AvailableOutputFileFormatsExample() |
C# | Copy Code |
---|---|
public void AvailableOutputFileFormatsExample() |
Finds all available output text formats and reports them in array of RasterDocumentFormatType events.
To get the format information for each format, call GetTextFormatInfo. This method can be used to determine the available output file formats in the OCR document engine for saving the recognition results.
To recognize a page(s), call Recognize.
To save the recognition results to a file, call SaveResultsToFile.
For more information, refer to Recognizing Document Pages.
To get the format information for each format, call GetTextFormatInfo. This method can be used to determine the available output file formats in the OCR document engine for saving the recognition results.
To recognize a page(s), call Recognize.
To save the recognition results to a file, call SaveResultsToFile.
For more information, refer to Recognizing Document Pages.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family