RubberStampGetTitle Method |
Gets the title of the Markup Annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetTitle As String
public:
virtual String^ GetTitle() sealed
Return Value
Type:
String A string representing the title of the Markup Annotation
Implements
IMarkupGetTitleRemarks The title is The text label that shall be displayed in the
title bar of the annotation’s pop-up window when open and active.
This entry shall identify the user who added the annotation.
See Also