Gets a flag that specifies whether this page needs to be added to the OCR engine in order to process its fields.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property RequiresOcr As Boolean |
C# | |
---|
public bool RequiresOcr {get;} |
C++/CLI | |
---|
public:
property bool RequiresOcr {
bool get();
} |
Property Value
true if this page needs OCR, otherwise, false
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also