Click or drag to resize

PdfTranslationSessionUseTempFiles Property

Determines whether or not this session will use temporary files for 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; }

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