←Select platform

Note Property

Summary

The string value used as a note associated with this OmrCollection.

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

Property Value

A string value used as a note associated with this OmrCollection. Default value is null.

Remarks

LEADTOOLS OMR toolkit recognizes these notes automatically using LEADTOOLS OCR engine and associates them with the appropriate OmrCollection.

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