←Select platform

Item Property

Summary

Indicates the index to an OmrBubble in an OmrCollection.

Syntax
C#
VB
C++
public OmrBubble Item( 
   int index 
) { get; set; } 
Public Default Property Item(ByVal index As Integer) As OmrBubble 
   Get 
   Set 
public:  
   property OmrBubble^ default [Int32 ] 
   { 
      OmrBubble^ get(Int32 index) 
      void set(Int32 index, OmrBubble^ value) 
   } 

Parameters

index

The integer value representing the index of the OmrBubble in the OmrCollection.

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