Click or drag to resize

PdfButtonFieldIsReset Property

Gets a value which indicates whether or not this button form field resets the document's form.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool IsReset { get; set; }

Property Value

Type: Boolean
Remarks

To enable reset buttons in the PdfWebControl GUI, EnableSubmit must be set.

This property can not be changed if IsLocked is true.

Setting this property will disable any named or submit actions.

See Also