Gets the default file extension for the specified engine native format.
public string GetEngineFormatFileExtension(
string formatName
)
Function GetEngineFormatFileExtension( _
ByVal formatName As String _
) As String
public String getEngineFormatFileExtension(String formatName)
String^ GetEngineFormatFileExtension(
String^ formatName
)
formatName
The name of the engine native format requested.
A String containing the file extension for the specified format (without the ".").
Some of the OCR engines supported by LEADTOOLS (for example, the OcrEngineType.OmniPage) support saving recognition results using the engine native save mechanism instead of the LEADTOOLS Document Writers. Use the GetSupportedEngineFormats method to get a list of the names of the native formats and the EngineFormat property to set the format to use when saving the results.
This method returns the default file extension commonly used with file of types formatName. For example, Adobe PDF files commonly have "pdf" extensions, Microsoft Word documents commonly have "doc" extensions and so forth.
Note that the LEADTOOLS default installation does not ship with native engine format support. You must download and install the "OCR Additional Features" setup available at https://www.leadtools.com to add this feature. To get a list of the engine native formats available but not installed for the current OCR engine, use GetAdditionalEngineFormats.
For more information on the various document formats supported by LEADTOOLS refer to DocumentFormat.
To get a list of all the engine native formats supported by this IOcrEngine, use GetSupportedEngineFormats.
To determine whether a specific engine native format is supported by this IOcrEngine, use IsEngineFormatSupported.
To get a friendly name for a specific engine native format, use GetEngineFormatFriendlyName.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document