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