Click or drag to resize

WidgetSetIconCaptionRelation 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
)

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