←Select platform

OriginalValue Property

Summary

Gets the OmrCollection's original value recognized by the OMR toolkit.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public string OriginalValue { get; } 
<DataMemberAttribute()>  
Public ReadOnly Property OriginalValue() As String 
   Get 
public:  
   [DataMemberAttribute] 
   property String^ OriginalValue 
   { 
      String^ get() 
   } 

Property Value

A string value that represents the original OmrCollection value recognized by the OMR toolkit.

Remarks

In case the user modified the OmrCollection.Value Property, the original value recognized by the OMR toolkit can be accessed using the OmrCollection.OriginalValue Property.

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