PdfTranslatorClearOcrPageContents Property |
Controls the behavior of the translator with respect to keeping OcrPages in memory.
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 ClearOcrPageContents { get; set; }
Public Property ClearOcrPageContents As Boolean
Get
Set
Property Value
Type:
BooleanRemarks When set to true, the PdfTranslator will clear the Regions property of every OcrPage after it has been
transformed to PDF. This will reduce the amount of memory consumed by the PdfTranslator for large documents.
See Also