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



format
The document format requested.
format
The document format requested.
(Deprecated) Gets the default file extension for the specified document format.

Syntax

Visual Basic (Declaration) 
Overridable Function GetFormatFileExtension( _
   ByVal format As OcrDocumentFormat _
) As String
Visual Basic (Usage)Copy Code
Dim instance As IOcrDocumentManager
Dim format As OcrDocumentFormat
Dim value As String
 
value = instance.GetFormatFileExtension(format)
C# 
virtual string GetFormatFileExtension( 
   OcrDocumentFormat format
)
C++/CLI 
virtual String^ GetFormatFileExtension( 
   OcrDocumentFormat format
) 

Parameters

format
The document format requested.

Return Value

A String containing the file extension for the specified format (without the ".").

Remarks

(Deprecated) Use DocumentWriter.GetFormatFileExtension instead.

This method will return the default file extension commonly used with file of types format. For example, Adobe PDF files commonly have "pdf" extensions, Microsoft Word documents commonly have "doc" extensions and so forth.

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 check if a particular document format is supported by this IOcrEngine, use IsFormatSupported.

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

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