Click or drag to resize

ScreenSetMouseDownCaptionText Method

Sets the button down caption text of the Screen 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 Screen 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 Screen 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