Overload | Description |
---|---|
OMRDetectOvalMarks(Int32,Rectangle[],Int32) | Returns whether a selected OMR (Optical Mark Recognition) field/s is filled or not. This method is mainly used for Oval shaped Fields. An OMR field can be a checkbox, a fill-in-area checkbox, areas on a multiple choice examination form, or any area where highlighting is required to indicate a certain choice. |
OMRDetectOvalMarks(Int32,Rectangle[],Int32,Boolean) | Returns whether a selected OMR (Optical Mark Recognition) field/s is filled or not. This method is mainly used for Oval shaped Fields. An OMR field can be a checkbox, a fill-in-area checkbox, areas on a multiple choice examination form, or any area where highlighting is required to indicate a certain choice. |
OMRDetectOvalMarks(Int32,Rectangle[],Int32,Double,Int32[]) | Returns whether a selected OMR (Optical Mark Recognition) field/s is filled or not, with Sensitivity Control and Confidence Level returned. This method is mainly used for Oval shaped Fields. An OMR field can be a checkbox, a fill-in-area checkbox, areas on a multiple choice examination form, or any area where highlighting is required to indicate a certain choice. |
OMRDetectOvalMarks(Int32,Rectangle[],Int32,Double,Int32[],Boolean) | Returns whether a selected OMR (Optical Mark Recognition) field/s is filled or not, with Sensitivity Control and Confidence Level returned. This method is mainly used for Oval shaped Fields. An OMR field can be a checkbox, a fill-in-area checkbox, areas on a multiple choice examination form, or any area where highlighting is required to indicate a certain choice. |
OMRDetectOvalMarks(Int32,Int32[],Int32,Double,Int32[],Boolean) | Returns whether a selected OMR (Optical Mark Recognition) field/s is filled or not, with Sensitivity Control and Confidence Level returned. This method is mainly used for Oval shaped Fields. An OMR field can be a checkbox, a fill-in-area checkbox, areas on a multiple choice examination form, or any area where highlighting is required to indicate a certain choice. This overload is for COM Interop purpose and takes an array of Integer for the Areas parameter. |
In This Topic
OMRDetectOvalMarks Method (GdPictureImaging)
In This Topic
Returns whether a selected OMR (Optical Mark Recognition) field/s is filled or not. This method is
mainly used for Oval shaped Fields. An OMR field can be a checkbox, a fill-in-area checkbox, areas on
a multiple choice examination form, or any area where highlighting is required to indicate a certain
choice.
Overload List
See Also