Skip to main content

PdfWidgetAnnotation.Actions Property

Gets actions that will be performed when the annotation is activated.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAnnotationActions Actions { get; }

Property Value

Type Description
PdfAnnotationActions

A PdfAnnotationActions object that represents actions that will be performed when the annotation is activated.

See Also