WidgetSetRolloverIcon Method |
Sets the rollover icon associated with the Widget annotation.
(Optional; button fields only)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetRolloverIcon(
Obj ic
)
Public Sub SetRolloverIcon (
ic As Obj
)
public:
virtual void SetRolloverIcon(
[InAttribute] Obj^ ic
) sealed
function SetRolloverIcon(ic);
Parameters
- ic
- Type: pdftron.SDFObj
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