Click or drag to resize

WidgetSetStaticIcon Method

Sets the static 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 SetStaticIcon(
	Obj ic
)

Parameters

ic
Type: pdftron.SDFObj
An SDF object that represents the static icon associated with the Widget annotation.
Remarks
The static icon object is a form XObject defining the widget annotation’s normal icon, which shall be displayed when it is not interacting with the user. 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