WidgetGetRolloverIcon Method |
Gets the rollover icon associated with the Widget annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetRolloverIcon()
Public Function GetRolloverIcon As Obj
public:
virtual Obj^ GetRolloverIcon() sealed
function GetRolloverIcon();
Return Value
Type:
Obj An SDF object that represents the rollover icon
associated with the Widget annotation.
Remarks The rollover icon object is a form XObject defining the
widget annotation’s rollover icon, which 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