Click or drag to resize

PdfTranslatorUseDocumentTextColor Property

Indicates whether or not the document's text color will be used.

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

Property Value

Type: Boolean
Remarks
When set to false, the TextColor property will be used. Default value is true.
See Also