Click or drag to resize

PdfButtonFieldIsSubmit Property

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

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public bool IsSubmit { get; }

Property Value

Type: Boolean
Remarks

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

See Also