Sets the Bookmark's title string.
Namespace:
pdftron.PDF
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
The new title string for the bookmark.
See Also