PDF .NET Library Documentation - PDF Technologies, Inc.
The PDFSubmitFormAction type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|