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

PdfAnnotationActions.MouseButtonPressed Property

Gets an action that is performed when the mouse button is pressed inside the annotation’s active area.

Namespace: DevExpress.Pdf

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

Declaration

public PdfAction MouseButtonPressed { get; }

Property Value

Type Description
PdfAction

A PdfAction object that represents the action.

See Also