Click or drag to resize

PdfAnnotationActions MouseDown Property

Gets or sets the action to be performed when the mouse button is pressed inside the annotations active area.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAction MouseDown { get; set; }

Property Value

Type: PdfAction
The mouse down action.
See Also