 | PdfMKRolloverCaption Property |
Gets or sets the widget annotation’s rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
Namespace:
Patagames.Pdf.Net.Wrappers
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic string RolloverCaption { get; set; }
Public Property RolloverCaption As String
Get
Set
public:
property String^ RolloverCaption {
String^ get ();
void set (String^ value);
}
member RolloverCaption : string with get, set
/** @property */
public String get_RolloverCaption()
/** @property */
public void set_RolloverCaption(String value)
function get_RolloverCaption();
function set_RolloverCaption(value);
Property Value
Type:
String
RemarksApply only to widget annotations associated with pushbutton fields.
See Also