Click or drag to resize

PdfTranslatorUseTempFiles Property

Indicates whether or not temporary files will be used for page images in translation.

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

Property Value

Type: Boolean
Remarks
Default is true. When set to false, the PdfTranslator will attempt to keep a copy of every page image and every thumbnail in memory. For small documents of a few pages or less, this is acceptable and will boost overall performance, but is impractical for larger documents.
See Also