Click or drag to resize

PdfTranslatorUseIForeignTranslatorInterface Property

Indicates whether or not the PdfTranslator should use the older IForeignTranslator interface or the newer IPerPageTranslator interface

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 bool UseIForeignTranslatorInterface { get; set; }

Property Value

Type: Boolean

Implements

IPerPageTranslatorUseIForeignTranslatorInterface
Remarks
Default is false
See Also