RequiresOcr Property

Summary

Gets a flag that specifies whether this page needs to be added to the OCR engine in order to process its fields.

Syntax
C#
VB
C++
public bool RequiresOcr { get; } 
  
Public ReadOnly Property RequiresOcr As Boolean 
public: 
property bool RequiresOcr { 
   bool get(); 
} 

Property Value

true if this page needs OCR, otherwise, false

Remarks

If the page has one or more OMR or text fields, this page requires OCR.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly