PdfInteractiveFormField.Actions Property
In This Article
Provides access to actions that define the field’s behavior in response to various trigger events.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfInteractiveFormFieldActions Actions { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also