←Select platform

AutoEstimateMissingOmr Property

Summary

The auto estimate OMR bubbles in this ITemplateForm.

Syntax
C#
VB
C++
Java
public bool AutoEstimateMissingOmr { get; set; } 
public boolean getAutoEstimateMissingOmr(); 
public abstract void setAutoEstimateMissingOmr( 
   boolean booleanValue 
); 
Public Property AutoEstimateMissingOmr() As Boolean 
   Get 
   Set 
public:  
   property bool AutoEstimateMissingOmr 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to enable OMR bubbles estimation; otherwise, false. The default value is true.

Remarks

LEADTOOLS OMR toolkit detects the OMR bubbles in the provided image. In case the image of low quality, the OMR toolkit can estimate the missing OMR bubbles.

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.Omr Assembly