Click or drag to resize

PdfStyledFieldWidget MouseLeave Property

Gets or sets the action to be performed when the mouse button exits or leaves the annotations active area..

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

Property Value

Type: PdfAction
The mouse leave action.
See Also