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