←Select platform

Fields Property

Summary

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

Syntax
C#
C++/CLI
Python
[DataMemberAttribute()] 
public List<OmrCollection> Fields { get; set; } 
public:  
   [DataMemberAttribute] 
   property List<OmrCollection^>^ Fields 
   { 
      List<OmrCollection^>^ get() 
      void set(List<OmrCollection^>^ value) 
   } 
Fields # get and set (OmrField) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.