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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.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 to a non-null value will disable any named or reset actions and IsSubmit will be true.

See Also