Click or drag to resize

WidgetGetStaticIcon Method

Gets the static icon associated with the Widget annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetStaticIcon()

Return Value

Type: Obj
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