←Select platform

IsInfoExtracted Property

Summary

Indicates whether the Field information has been extracted using ITemplateForm.ExtractInfo.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute()] 
public bool IsInfoExtracted { get; } 
public:  
   [DataMemberAttribute] 
   property bool IsInfoExtracted 
   { 
      bool get() 
   } 
IsInfoExtracted # get  (Field) 

Property Value

true if the information has been extracted; otherwise, false.

Remarks

LEADTOOLS OMR toolkit provides an easy way to automatically detect and create the OmrField object using the ExtractInfo method. IsInfoExtracted is used to determine wether the info has been auto extracted.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.