Community

Signature - count how many in the region Answered

Hi,

 

I have a document where they sign at the bottom right of the last page.

2-3 people can sign this document.

 

Is it possible to count the signatures? Coz my requirement is at least 2 signatures must be present (see attached)

Was this article helpful?

0 out of 0 found this helpful

Comments

5 comments

  • Avatar
    Permanently deleted user

    I am trying this script now ->

    Context.Field("Signature").Regions[0].Picture.AnalyzePageObjects(null).TextObjectsCount

     

    and it is returning only 1

    0
  • Avatar
    Permanently deleted user

    Hello Melisa,

    is the document definition based on your own flexilayout? If not, maybe it would be easier to add your own flexilayout and search for the signature field yourself using a repeating group and white gaps.

    Greetings

    Reinhard

    1
  • Avatar
    Permanently deleted user

    Hi Reinhard,

    Yes I created my own flexilayout :)

    Wow I have not tried repeating group before! Thanks! I will try now

     

    Cheers,

    Melisa

    0
  • Avatar
    Permanently deleted user

    Thanks Reinhard!

    I added a repeating group on my last page, I added white gap and it works.

    0
  • Avatar
    Permanently deleted user

    Hello Melisa,

    I'm glad I could give you an idea.

    Cheers

    Reinhard

    1

Please sign in to leave a comment.