Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfSubmitFormAction : PdfControlAction
Public NotInheritable Class PdfSubmitFormAction Inherits PdfControlAction
The PdfSubmitFormAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControlCount |
Gets the number of controls associated with this action.
(Inherited from PdfControlAction.) |
![]() | Controls |
Gets the collection of controls associated with this action.
(Inherited from PdfControlAction.) |
![]() | IncludeNoValueControls |
Gets or sets a value indicating whether to submit controls without
a value.
|
![]() | NextActions |
Gets the collection of actions to be performed after this action.
(Inherited from PdfAction.) |
![]() | SubmitFormat |
Gets or sets the submit format.
|
![]() | SubmitMethod |
Gets or sets the submit method.
|
![]() | Uri |
Gets or sets the uniform resource identifier (URI) of the script at
the Web server that will process the submission.
|
Name | Description | |
---|---|---|
![]() | AddControl |
Adds the control to the end of the collection of controls
associated with this action.
(Inherited from PdfControlAction.) |
![]() | Equals |
Determines whether the specified Object is
equal to this instance.
(Inherited from PdfAction.) |
![]() | GetControl |
Gets the control at a specified index in the collection of controls
associated with this action.
(Inherited from PdfControlAction.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Inherited from PdfAction.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |