Gets or sets the text displayed when the user rolls the cursor into the annotation's 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 string RolloverText { get; set; }
Public Property RolloverText As String Get Set
public: property String^ RolloverText { String^ get (); void set (String^ value); }
member RolloverText : string with get, set