New to Telerik Document ProcessingStart a free 30-day trial

Push button form field for invoking actions (submit, navigation, scripts) when clicked in the PDF viewer.

Definition

Constructors

Create a push button field with the specified fieldName.

C#
public PushButtonField(string fieldName)
Parameters:fieldNamestring

The field name.

Properties

Gets the form field type identifier (PushButton) used during export and processing.

C#
public override FormFieldType FieldType { get; }

Overrides: FormField.FieldType