FileAttachmentSetTitle Method |
Sets the title of the Markup Annotation.
(Optional; PDF 1.1)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetTitle(
string title
)
Public Sub SetTitle (
title As String
)
public:
virtual void SetTitle(
[InAttribute] String^ title
) sealed
function SetTitle(title);
Parameters
- title
- Type: SystemString
A string representing the title of the Markup Annotation
Implements
IMarkupSetTitle(String)Remarks 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