Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsFormatSupported Method
See Also 
Leadtools.Forms.Ocr Namespace > IOcrDocumentManager Interface : IsFormatSupported Method



format
The document format to check.
format
The document format to check.
(Deprecated) Gets a value indicating whether the specified document format is supported by this IOcrEngine.

Syntax

Visual Basic (Declaration) 
Overridable Function IsFormatSupported( _
   ByVal format As OcrDocumentFormat _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IOcrDocumentManager
Dim format As OcrDocumentFormat
Dim value As Boolean
 
value = instance.IsFormatSupported(format)
C# 
virtual bool IsFormatSupported( 
   OcrDocumentFormat format
)
C++/CLI 
virtual bool IsFormatSupported( 
   OcrDocumentFormat format
) 

Parameters

format
The document format to check.

Return Value

true if format is supported by this IOcrEngine, otherwise it is false.

Remarks

(Deprecated) All formats supported by Leadtools.Forms.DocumentWriters can be used from OCR now. For a list of the formats supported by LEADTOOLS OCR, refer to DocumentFormat. To check if an engine native format (if any) is supported, use IsEngineFormatSupported.

For more information on the various document formats supported by LEADTOOLS refer to DocumentFormat.

To get a list of all the document formats supported by this IOcrEngine, use GetSupportedFormats.

To get the file extension for a particular document format, use GetFormatFileExtension.

To get a friendly name for a particular document format, use GetFormatFriendlyName.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

IsFormatSupported requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features