PdfTranslatorPrepare Method (OcrEngine, OcrDocument, String, String) |
Prepares the PdfTranslator for output
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 Object Prepare(
OcrEngine engine,
OcrDocument doc,
string mimeType,
string outFileName
)
Public Function Prepare (
engine As OcrEngine,
doc As OcrDocument,
mimeType As String,
outFileName As String
) As Object
Parameters
- engine
- Type: Atalasoft.OcrOcrEngine
The OcrEngine requesting translation - doc
- Type: Atalasoft.OcrOcrDocument
The OcrDocument which receives OcrPages during translation - mimeType
- Type: SystemString
The requested output mime type. This should always be "application/pdf" - outFileName
- Type: SystemString
The path to the output PDF file
Return Value
Type:
ObjectImplements
IPerPageTranslatorPrepare(OcrEngine, OcrDocument, String, String)See Also