Click or drag to resize

PdfForms Methods

The PdfForms type exposes the following members.

Methods
 NameDescription
Public methodDispose Release all resources used by PdfForms
Protected methodDispose(Boolean) Releases all resources used by the PdfImageObject.
Protected methodFinalize Finalize object
(Overrides ObjectFinalize)
Public methodForceToKillFocus You can call this member function to force to kill the focus of the form field which got focus. It would kill the focus on the form field, save the value of form field if it's changed by user.
Protected methodOnAfterCheckedStatusChangeCallback This method invoked by SDK after checked statuses is changed.
Protected methodOnAfterFormImportDataCallback This method invoked by SDK after forms data is imported.
Protected methodOnAfterFormResetCallback This method invoked by SDK after forms is reseted.
Protected methodOnAfterSelectionChangeCallback This method invoked by SDK after field's selection is changed.
Protected methodOnAfterValueChangeCallback This method invoked by SDK after field is changed.
Protected methodOnBeforeFormImportDataCallback This method invoked by SDK before forms data is imported.
Protected methodOnBeforeFormResetCallback This method invoked by SDK before forms is reseted.
Protected methodOnBeforeSelectionChangeCallback This method invoked by SDK before field's selection is changed.
Protected methodOnBeforeValueChangeCallback This method invoked by SDK before field is changed.
Public methodRemoveHighlightColor Remove the form field highlight color in the document.
Public methodSelectText Select text in the widget that is currently processing the input queue.
Public methodSetHighlightColor Set the highlight color of specified or all the form fields in the document.
Public methodSetHighlightColorEx Set the highlight color of specified or all the form fields in the document.
Top
See Also