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