←Select platform

SelectedItems Property

Summary

Gets or sets a list of objects of type OmrBubble representing the filled OMR bubbles in the OMR page image.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute()] 
public List<OmrBubble> SelectedItems {get; set;} 
public:  
   [DataMemberAttribute] 
   property List<OmrBubble^>^ SelectedItems 
   { 
      List<OmrBubble^>^ get() 
      void set(List<OmrBubble^>^ value) 
   } 
SelectedItems # get and set (OmrCollection) 

Property Value

A list of OmrBubble objects representing the filled OMR bubbles in the OmrCollection. The default value is null.

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.