Click or drag to resize

PdfTranslatorSupported Method

Returns an array of strings representing the MIME types supported by this translator.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string[] Supported()

Return Value

Type: String

Implements

ITranslatorSupported
Remarks
Will always return "application/pdf"
See Also