←Select platform

Fields Property

Summary

A list of OmrCollection objects representing the rows/columns in the OmrField object.

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

Property Value

A list of OmrCollection.

Remarks

This property can be auto populated using ITemplateForm.ExtractInfo. No user interaction is needed except for setting the OMR bubbles arrangement in the OmrField.Options.FieldOrientation 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.