- formatName
- The name of the engine native format to check.
Visual Basic (Declaration) | |
---|---|
Overridable Function IsEngineFormatSupported( _ ByVal formatName As String _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual bool IsEngineFormatSupported( string formatName ) |
C++/CLI | |
---|---|
virtual bool IsEngineFormatSupported( String^ formatName ) |
Parameters
- formatName
- The name of the engine native format to check.
Return Value
true if formatName is supported by this IOcrEngine, otherwise it is false.Some of the OCR engines supported by LEADTOOLS (for example, the OcrEngineType.Plus and OcrEngineType.Professional supports saving the recognition result using the engine native save mechanism instead of the LEADTOOLS Document Writers. Use the GetEngineSupportedFormats 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.
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 GetEngineSupportedFormats.
To get the file extension for a particular engine native format, use GetEngineFormatFileExtension.
To get a friendly name for a particular engine native format, use GetEngineFormatFriendlyName.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
IOcrDocumentManager InterfaceIOcrDocumentManager Members
DocumentFormat
IOcrDocument Interface
IOcrDocument.Save
IOcrDocument.SaveXml
IOcrPage.Recognize
IOcrEngine Interface
OcrEngineManager Class
OcrEngineType Enumeration
Programming with Leadtools .NET OCR
Files to be Included with Your Application