Click or drag to resize

WidgetSetMouseDownCaptionText Method

Sets the button down 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 SetMouseDownCaptionText(
	string ct
)

Parameters

ct
Type: SystemString
A string containing the button down text of the Widget annotation.
Remarks
The button down caption shall be displayed when the mouse button is pressed within its active area. This property is part of the Widget appearance Characteristics dictionary, this dictionary that shall be used in constructing a dynamic appearance stream specifying the annotation’s visual presentation on the page.
See Also