PdfButtonFieldSubmitAction Property |
Gets or sets the button's submit action (if
IsSubmit is
true).
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfSubmitAction SubmitAction { get; set; }
Public Property SubmitAction As PdfSubmitAction
Get
Set
Property Value
Type:
PdfSubmitAction
Remarks
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