SubmitFormAction Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the PDF form's submit action.
Inheritance Hierarchy
Bytescout.PDFAction
Bytescout.PDFSubmitFormAction
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.0.1163-master
Syntax
The SubmitFormAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SubmitFormAction | Initializes a new instance of the Bytescout.PDF.SubmitFormAction. |
Properties
Name | Description | |
---|---|---|
![]() | CanonicalDateTimeFormat | Gets or sets a value indicating whether date and time have canonical format. Remarks |
![]() | ExcludeNonUserAnnotations | Gets or sets a value indicating whether to exclude non-user annotations from the submitted data stream. Remarks |
![]() | Fields | Gets the fields. |
![]() | Include | Gets or sets a value indicating whether fields contained in the Fields collection will be included for submitting. Remarks |
![]() | IncludeAnnotations | Gets or sets a value indicating whether to submit annotations. If set true, the submitted FDF file includes all markup annotations in the underlying PDF document. Remarks |
![]() | IncludeIncrementalUpdates | Gets or sets a value indicating whether to submit the form's incremental updates. If set true, the submitted FDF file includes the contents of all incremental updates to the underlying PDF document. Remarks |
![]() | IncludeNoValueFields | Gets or sets a value indicating whether to submit fields without a value. Remarks |
![]() | Next | Gets the sequence of actions to be performed after the action represented by this instance. (Inherited from Action.) |
![]() | SubmitCoordinates | Gets or sets a value indicating whether to submit mouse pointer coordinates. If set true, the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data. The coordinate values are relative to the upper-left corner of the field’s widget annotation rectangle. Remarks |
![]() | SubmitFormat | Gets or sets the submit format. |
![]() | SubmitMethod | Gets or sets the submit method. |
![]() | Type | Gets the Bytescout.PDF.ActionType value that specifies the type of this action. (Overrides ActionType.) |
![]() | URL | Gets the uniform resource identifier (URI) of the script at the Web server that will process the submission. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also