Property PreSubmitActions

Namespace TallComponents.PDF.Forms.Fields
Class XfaInfo

Occurs when data is sent to the host via a submit operation, just after the data has been marshalled in a connectionData element underneath $datasets but before the data is submitted to the host.A script triggered by this event has the chance to examine and alter the data before it is submitted.If the script is marked to be run only at the server, the data is sent to the server with an indication that it should run the associated script before performing the rest of the processing.

Syntax

public  XfaActionCollection  PreSubmitActions  {  get;  }

Property value

XfaActionCollection