Community

Extract Checkmark field from forms

Hi,

can anyone tell me how to capture checkboxes square shaped checkmark and round shaped checkmark in flexilayout.

Thanks if any one can answer.

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • Avatar
    Permanently deleted user

    Hello,

    You can use the custom recognition script for the checkmark, for example:

    if (FieldRegion.Picture.AnalyzePageObjects(null).BlacknessPercentage > 1){

       Result.Value = true;

    }

    0
  • Avatar
    Samir Waikar

     Do I need to write this in admin station and .net script? can you guide me more and how to implement. I want checkbox to detect tickmark and without tickmark.

    0

Please sign in to leave a comment.