SignatureWidgetGetStaticCaptionText Method |
Gets static caption text of the Widget annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetStaticCaptionText()
Public Function GetStaticCaptionText As String
public:
virtual String^ GetStaticCaptionText() sealed
function GetStaticCaptionText();
Return Value
Type:
String A string containing the static caption text of the Widget 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 the remaining entries with the captions, 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 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