SignatureWidgetSetIconCaptionRelation Method |
Sets the Icon and caption relationship of the Widget annotation.
(Optional; pushbutton fields only)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetIconCaptionRelation(
WidgetIconCaptionRelation icr
)
Public Sub SetIconCaptionRelation (
icr As WidgetIconCaptionRelation
)
public:
virtual void SetIconCaptionRelation(
[InAttribute] WidgetIconCaptionRelation icr
) sealed
function SetIconCaptionRelation(icr);
Parameters
- icr
- Type: pdftron.PDF.AnnotsWidgetIconCaptionRelation
An entry of the "IconCaptionRelation" enum which
represents the relationship between the icon and the caption of the
Widget annotation.
See Also