Click or drag to resize

WidgetSetRolloverCaptionText Method

Sets the roll over caption text of the Widget annotation. (Optional; button fields only)

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetRolloverCaptionText(
	string ct
)

Parameters

ct
Type: SystemString
A string containing the roll over caption text of the Widget annotation.
Remarks
The rollover caption shall be displayed when the user rolls the cursor into its active area without pressing the mouse button.
See Also