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:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool IsReset { get; set; }
Public Property IsReset As Boolean
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