IsFromOcr Property
Summary
Indicates whether the information found had to be extracted by the OCR engine.
Syntax
public bool IsFromOcr { get; set; }
Public Property IsFromOcr() As Boolean
Get
Set
public:
property bool IsFromOcr
{
bool get()
void set(bool value)
}
Property Value
true means the information was extracted originally by the OCR engine; otherwise, false.