Skip to main content
A newer version of this page is available. .

PdfWidgetAnnotation.Actions Property

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

Namespace: DevExpress.Pdf

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

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