Click or drag to resize

PdfPageInfoUseDocumentTextColor Property

Indicates that the color determined by the document is what will be used for final output.

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
If set to true, the text colors reported by the document will be used. If set to false, the PdfPageInfo's TextColor will be used instead. Default is true.
See Also