Visual Basic (Declaration) | |
---|---|
Public Function GetTextFormatInfo( _ ByVal format As RasterDocumentFormatType _ ) As RasterDocumentFileFormatInfo |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterDocumentFileFormatInfo GetTextFormatInfo( RasterDocumentFormatType format ) |
Managed Extensions for C++ | |
---|---|
public: RasterDocumentFileFormatInfo GetTextFormatInfo( RasterDocumentFormatType format ) |
C++/CLI | |
---|---|
public: RasterDocumentFileFormatInfo GetTextFormatInfo( RasterDocumentFormatType format ) |
Parameters
- format
- Specifies the format type for which to obtain extra information
Return Value
The detailed information for the specified output formatRefer to AvailableOutputFileFormats example.
Gets the detailed information about the specified output format.
To get all the available output formats in the OCR document engine, call AvailableOutputFileFormats.
For more information, refer to Recognizing Document Pages.
For more information, refer to Recognizing Document Pages.
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