PdfButtonFieldSubmitAction Property |
Gets or sets the button's submit action (if
IsSubmit is
true).
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfSubmitAction SubmitAction { get; set; }
Public Property SubmitAction As PdfSubmitAction
Get
Set
Property Value
Type:
PdfSubmitActionRemarks
This property will return null if IsSubmit is false.
This property can not be changed if IsLocked is true.
Setting this property will disable any named or reset actions.
See Also