PdfButtonFieldSubmitAction Property |
Gets the button's submit action (if
IsSubmit is
true).
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.31.1.0 (3.31.1.0)
Syntaxpublic PdfSubmitAction SubmitAction { get; }
Public ReadOnly Property SubmitAction As PdfSubmitAction
Get
Property Value
Type:
PdfSubmitAction
Remarks
This property will return null if IsSubmit is false.
See Also