Gets or sets object which applied to the annotation on hovering the mouse.
Namespace: Spire.Pdf.Annotations.AppearanceAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfTemplate MouseHover { get; set; }
Public Property MouseHover As PdfTemplate Get Set
public: property PdfTemplate^ MouseHover { PdfTemplate^ get (); void set (PdfTemplate^ value); }
member MouseHover : PdfTemplate with get, set