←Select platform

OmrFieldOptions Structure

Summary

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

Syntax
C#
C++/CLI
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public struct OmrFieldOptions 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   value class OmrFieldOptions sealed 
class OmrFieldOptions: 
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 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.