Gets or sets the widget annotation's rollover icon displayed when the user rolls the cursor into its active area without pressing the mouse button, only available in Push mode.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfImage RolloverIcon { get; set; }
Public Property RolloverIcon As PdfImage Get Set
public: property PdfImage^ RolloverIcon { PdfImage^ get (); void set (PdfImage^ value); }
member RolloverIcon : PdfImage with get, set