OmrFieldOptions structure is used to control different options of the OmrField object.
[SerializableAttribute()]
[DataContractAttribute()]
public struct OmrFieldOptions
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.