ScreenGetStaticIcon Method |
Gets the static icon associated with the Screen annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetStaticIcon()
Public Function GetStaticIcon As Obj
public:
virtual Obj^ GetStaticIcon() sealed
function GetStaticIcon();
Return Value
Type:
Obj An SDF object that represents the static icon
associated with the Screen 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 Screen 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