←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#
VB
C++
[DataMemberAttribute()] 
public List<OmrBubble> SelectedItems {get; set;} 
<DataMemberAttribute()>  
Public Property SelectedItems() As List(Of OmrBubble) 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property List<OmrBubble^>^ SelectedItems 
   { 
      List<OmrBubble^>^ get() 
      void set(List<OmrBubble^>^ value) 
   } 

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