PDF .NET Library Documentation - PDF Technologies, Inc.

The PDFSubmitFormAction type exposes the following members.

Properties

  NameDescription
EmbedForm
Gets or sets a value indicating whether the PDF document is embedded in the submitted FDF file.
ExcludeNonUserAnnotations
Gets or sets a value indicating whether only the annotations whose author is the current user should be submitted.
IncludeAnnotations
Gets or sets a value indicating whether the markup annotations in the underlying PDF document are included in the submitted FDF file.
IncludeAppendSaves
Gets or sets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file.
IncludeFields
List of the fields which will be submited after the action is executed.
IncludeNoValueFields
Gets or sets a value indicating whether the fields with no value should be submitted.
SubmitCoordinates
Gets or sets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data.
SubmitFields
Gets or sets a value indicating whether the fields in Fields collection should be submitted or not.
SubmitType
This property sets the type of submit.
URL
Uniform resource locator (URL) of the script at the Web server that will process the submission.
UseCanonicalDateTimeFormat
Gets or sets a value indicating whether the field values representing dates should be submitted using PDF date/time format.
UseHttpGet
Gets or sets a value indicating whether the field names and values should be submitted using HTTP GET method.

See Also