←Select platform

OmrMarks Property

Summary

Gets a collection of LeadRect that represents the detected OMR marks in the form page.

Syntax
C#
VB
C++
Java
[IgnoreDataMemberAttribute()] 
public Collection<LeadRect> OmrMarks { get; } 
public java.util.HashSet<LeadRect> getOmrMarks(); 
<IgnoreDataMemberAttribute()>  
Public ReadOnly Property OmrMarks() As Collection(Of LeadRect) 
   Get 
public:  
   [IgnoreDataMemberAttribute] 
   property Collection<LeadRect^>^ OmrMarks 
   { 
      Collection<LeadRect^>^ get() 
   } 

Property Value

A collection of LeadRect that represents the detected OMR marks in the page.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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