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

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfAction MouseUp { get; set; }
Public Property MouseUp As PdfAction
	Get
	Set
public:
property PdfAction^ MouseUp {
	PdfAction^ get ();
	void set (PdfAction^ value);
}
member MouseUp : PdfAction with get, set

Property Value

PdfAction
The mouse up action.

See Also