←Select platform

Item Property

Summary

Indicates the index to an OmrBubble in an OmrCollection.

Syntax
C#
C++/CLI
Python
public OmrBubble Item( 
   int index 
) { get; set; } 
public:  
   property OmrBubble^ default [Int32 ] 
   { 
      OmrBubble^ get(Int32 index) 
      void set(Int32 index, OmrBubble^ value) 
   } 
public OmrBubble Item( 
   int index 
) # get and set (OmrCollection) 

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