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