←Select platform

OmrCollection Class

Summary

A collection of OmrBubble objects representing a row or column in OmrField.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
[DefaultMemberAttribute("Item")] 
public class OmrCollection : INotifyPropertyChanged 
<SerializableAttribute(),  
 DataContractAttribute(),  
 DefaultMemberAttribute("Item")>  
Public Class OmrCollection 
   Inherits INotifyPropertyChanged 
public: 
   [SerializableAttribute,  
   DataContractAttribute,  
   DefaultMemberAttribute(L"Item")] 
   ref class OmrCollection : INotifyPropertyChanged 

Remarks

Each OmrField consists of multiple OmrCollection. OmrCollection objects can be accessed using the OmrField.Fields property.

OmrBubble and OmrCollection can be automatically detected and populated by LEADTOOLS OMR toolkit using the ITempateForm.ExtractInfo method.

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