Click or drag to resize

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.43.0.0 (3.43.0.0)
Syntax
public PdfSubmitAction SubmitAction { 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