ScreenGetIconCaptionRelation Method |
Gets the Icon and caption relationship of the Screen annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ScreenIconCaptionRelation GetIconCaptionRelation()
Public Function GetIconCaptionRelation As ScreenIconCaptionRelation
public:
virtual ScreenIconCaptionRelation GetIconCaptionRelation() sealed
function GetIconCaptionRelation();
Return Value
Type:
ScreenIconCaptionRelation An entry of the "IconCaptionRelation" enum which
represents the relationship between the icon and the caption of the
Screen annotation.
See Also