Gets or sets the text displayed when the mouse button is pressed within the annotation's active area, only available in Push mode.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string AlternateText { get; set; }
Public Property AlternateText As String Get Set
public: property String^ AlternateText { String^ get (); void set (String^ value); }
member AlternateText : string with get, set