WidgetGetRolloverCaptionText Method |
Gets the roll over caption text of the Widget annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetRolloverCaptionText()
Public Function GetRolloverCaptionText As String
public:
virtual String^ GetRolloverCaptionText() sealed
function GetRolloverCaptionText();
Return Value
Type:
String A string containing the static caption text of the Widget annotation.
Remarks The rollover caption shall be displayed when the user rolls the cursor
into its active area without pressing the mouse button.
This property is part of the Widget appearance Characteristics dictionary, this dictionary
that shall be used in constructing a dynamic appearance stream specifying the annotation’s visual
presentation on the page.
See Also