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



(Deprecated) Gets a list of the document formats supported by this IOcrEngine.

Syntax

Visual Basic (Declaration) 
Overridable Function GetSupportedFormats() As OcrDocumentFormat()
Visual Basic (Usage)Copy Code
Dim instance As IOcrDocumentManager
Dim value() As OcrDocumentFormat
 
value = instance.GetSupportedFormats()
C# 
virtual OcrDocumentFormat[] GetSupportedFormats()
C++/CLI 
virtual array<OcrDocumentFormat>^ GetSupportedFormats(); 

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 get the engine native formats (if any), use GetEngineSupportedFormats.

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

To check if a particular document format is supported by this IOcrEngine, use IsFormatSupported.

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

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