ScreenGetMouseDownCaptionText Method |
Gets the button down caption text of the Screen annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetMouseDownCaptionText()
Public Function GetMouseDownCaptionText As String
public:
virtual String^ GetMouseDownCaptionText() sealed
function GetMouseDownCaptionText();
Return Value
Type:
String 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