logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
paleise Posted: Wednesday, November 6, 2019 3:38:39 AM(UTC)
 
Hi Paul,
thanks! Really simple... It's working!
Regards Peter
Paul Rayman Posted: Tuesday, November 5, 2019 6:41:55 AM(UTC)
 
You should subscribe to the corresponding events of the PdfForm class instead of using a low-level api.

Code:
var doc = PdfDocument.Load("234234", new PdfForms());
doc.FormFill.AfterValueChange+= ...


or

Code:
pdfViewer1.FillForms.AfterValueChange+= ...

paleise Posted: Monday, November 4, 2019 6:49:29 AM(UTC)
 
Hi,
there are some callback Methods like OnAfterValueCnageCallback(IntPtr field).
How handle this in C#. Have I add this Method to Form?

Regards Peter