Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfInteractiveFormFieldActions Actions { get; }

Property Value

Type Description
PdfInteractiveFormFieldActions

A PdfInteractiveFormFieldActions object that contains interactive form fields actions.

See Also