![]() | Pdf |
The PdfSubmitFormAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfSubmitFormAction(PdfDocument, IntPtr) | Initializes a new instance of the PdfAction class. |
![]() | PdfSubmitFormAction(PdfDocument, String) | Initializes a new instance of the PdfSubmitFormAction class with the url and an array of field names. |
![]() | PdfSubmitFormAction(PdfDocument, String, PdfField) | Initializes a new instance of the PdfSubmitFormAction class with the url and an array of fields. |
![]() | PdfSubmitFormAction(PdfDocument, String, String) | Initializes a new instance of the PdfSubmitFormAction class with the url and an array of field names. |
Name | Description | |
---|---|---|
![]() | Fields | Gets or sets an array identifying which fields to include in the submission or which to exclude, depending on the setting of the IncludeExclude flag in the Flags property. |
![]() | Flags | Gets or sets a set of flags specifying various characteristics of the action. See SubmitFormFlags. |
![]() | Names | Gets or sets an array of a text string representing the fully qualified name of a field. |
![]() | Url | Gets or sets the uniform resource locator (URL) of the script at the Web server that will process the submission. |