Encapsulates the Submit form action options
Inheritance Hierarchy
HiQPdfPdfActionBase
HiQPdfPdfSubmitFormAction
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfSubmitFormAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfSubmitFormAction |
Constructs an empty PDF form submit action. The Url property must be set after the object creation
| |
PdfSubmitFormAction(String) |
Constructs a PDF form submit action
|
Properties
Name | Description | |
---|---|---|
Fields |
The list of fields to be included or excluded from submit function of IncludeFields property value.
If there are no fields added to this array and IncludeFields property is true then all the fields are submitted
| |
Flags |
A biwise OR of flags specifying various characteristics of the action
| |
IncludeFields | ||
Url |
The URL of the script at the Web server that will process the submission
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (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 | Returns a string that represents the current object. (Inherited from Object.) |
See Also