←Select platform

Value Property

Summary

The string value of the OmrBubble mark.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public string Value { get; set; } 
<DataMemberAttribute()>  
Public Property Value() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property String^ Value 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string value associated with this OmrBubble. The default value is null.

Remarks

To facilitate settings the values for multiple OMR bubbles in the image, use the OmrField.SetValues method.

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.