Click or drag to resize

WidgetSetMouseDownIcon Method

Sets the Mouse Down icon associated with the Widget annotation. (Optional; button fields only) Sets 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 void SetMouseDownIcon(
	Obj ic
)

Parameters

ic
Type: pdftron.SDFObj
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