ScreenSetStaticCaptionText Method |
Sets static 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 SetStaticCaptionText(
string ct
)
Public Sub SetStaticCaptionText (
ct As String
)
public:
virtual void SetStaticCaptionText(
[InAttribute] String^ ct
) sealed
function SetStaticCaptionText(ct);
Parameters
- ct
- Type: SystemString
A string containing the static caption text of the Screen annotation.
Remarks The static caption is the widget annotation’s normal caption, which
shall be displayed when it is not interacting with the user.
Unlike entries "RC, AC, I, RI, IX, IF, TP", which apply only to widget
annotations associated with pushbutton fields, the Static Caption(CA) entry may be used
with any type of button field, including check boxes.
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