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.48.0.0 (3.48.0.0)
Syntax public bool IsReset { get; set; }
Public Property IsReset As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
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