Xfinium.Pdf.Actions Namespace : PdfSubmitFormAction Class |
The following tables list the members exposed by PdfSubmitFormAction.
Name | Description | |
---|---|---|
![]() | PdfSubmitFormAction Constructor | Initializes a new PdfSubmitFormAction object. |
Name | Description | |
---|---|---|
![]() | Actions | Gets or sets the sequence of actions to be performed after this action. (Inherited from Xfinium.Pdf.Actions.PdfAction) |
![]() | CosAction | Gets the cos action object. (Inherited from Xfinium.Pdf.Actions.PdfAction) |
![]() | DataFormat | Gets or sets the format of the submitted data. |
![]() | EmbedForm | Gets or sets a value indicating whether the Pdf file is embedded in the submitted data. |
![]() | ExcludeNonUserAnnotations | Gets or sets a value indicating whether only the annotations created by the current user are submitted. |
![]() | Fields | Gets or sets the list identifying which fields to include in the submission or which to exclude. |
![]() | IncludeAnnotations | Gets or sets a value indicating whether the submitted FDF file includes all markup annotations in the underlying PDF document. |
![]() | IncludeAppendSaves | Gets or sets a value indicating whether the incremental updates to the underlying Pdf document are included in the submitted FDF file. |
![]() | IncludeNoValueFields | Gets or sets a value indicating whether the fields with no value are 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 list should be submitted or not. |
![]() | Url | Gets or sets the URL the form data is submitted for processing. |
![]() | UseCanonicalDateTimeFormat | Gets or sets a value indicating whether the field values representing dates are converted to the standard PDF format. |
![]() | UseHttpGet | Gets or sets a value indicating whether the form data is submitted using HTTP GET method. |