Skip to main content
All docs
V26.1
  • WidgetAnnotation.Actions Property

    Gets or sets a collection of actions performed when annotation is activated.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public WidgetAnnotationActions Actions { get; set; }

    Property Value

    Type Description
    WidgetAnnotationActions

    The collection of actions performed when annotation is activated.

    See Also