←Select platform

OmrFieldOptions Structure

Summary

OmrFieldOptions structure is used to control different options of the OmrField object.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public struct OmrFieldOptions 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Structure OmrFieldOptions 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   value class OmrFieldOptions sealed 

Remarks

Options can be used to set the OmrFieldOrientation. Setting the field orientation may result in rearranging the internal OmrCollections in the OmrField.

OmrFieldOptions contains grading scores of type double such as OmrFieldOptions.CorrectGrade and OmrFieldOptions.IncorrectGrade. If OmrField is gradable, these values are used to grade the internal OmrCollections.

In case the user needs to set different scores for different questions in OmrField, the value can be set individually for every OmrCollection.

OmrFieldOptions determines whether to grade the associated field using OmrFieldOptions.GradeThisField.

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