←Select platform

SelectedItem Property

Summary

Gets an object of type OmrBubble representing the filled OMR bubble in the OMR page image.

Syntax
C#
VB
C++
public OmrBubble SelectedItem {get;} 
Public ReadOnly Property SelectedItem() As OmrBubble 
   Get 
public:  
   property OmrBubble^ SelectedItem 
   { 
      OmrBubble^ get() 
   } 

Property Value

OmrBubble object that represents the filled OMR bubble in the OmrCollection. The default value is null.

Remarks

If more than one OmrBubble is in the image, use OmrCollection.SelectedItems.

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