Skip navigation
Currently Being Moderated

Find signature annotation title in XFA form

Sep 10, 2012 5:05 AM

Hi,

 

I am using the C++ Acrobat SDK. When a signature field is selected the

     void DSEngine::sigGetSigProperties( PSSigSigPropParams params )

handler is invoked and I can retrieve the name of the signature field by doing the following:

 

char titlebuffer[128];

PDAnnotGetTitle(PDAnnotFromCosObj(docParams->sigAnnot), titlebuffer, 128);

 

This does not work when it is an XFA form that was generated using Adobe LiveCycle.

How can I get the name of the signature field that was selected in the sigGetSigProperties method in a XFA form?

 

Regards,

Magda

 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points