Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfInteractiveFormField.Actions Property

Provides access to actions that define the field’s behavior in response to various trigger events.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public PdfInteractiveFormFieldActions Actions { get; }

Property Value

Type Description
PdfInteractiveFormFieldActions

A PdfInteractiveFormFieldActions object that contains interactive form fields actions.

See Also