←Select platform

IsChecked Property

Summary

Indicates whether the OMR mark has been filled in the OMR page image.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public bool IsChecked { get; set; } 
<DataMemberAttribute()>  
Public Property IsChecked() As Boolean 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property bool IsChecked 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the OMR bubble is filled in the OMR image; otherwise, false.

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.