Skip to main content

PdfWidgetAnnotation.Action Property

Gets an action that will be performed when the widget annotation is active.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAction Action { get; }

Property Value

Type Description
PdfAction

A PdfAction object that is the widget annotation action.

See Also