WidgetGetMouseDownIcon Method |
Gets the Mouse Down icon associated with the Widget annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetMouseDownIcon()
Public Function GetMouseDownIcon As Obj
public:
virtual Obj^ GetMouseDownIcon() sealed
function GetMouseDownIcon();
Return Value
Type:
Obj An SDF object that represents the Mouse Down icon
associated with the Widget annotation.
Remarks The Mouse Down icon object is a form XObject defining the
widget annotation’s alternate (down) icon, which shall be displayed
when the mouse button is pressed within its active area.
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