Gets the Bookmark specified by the given title string.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Bookmark Find(
string title
)
Public Function Find (
title As String
) As Bookmark
public:
virtual Bookmark^ Find(
[InAttribute] String^ title
) sealed
Parameters
- title
- Type: SystemString
The title string value of the Bookmark to find.
Return Value
Type:
Bookmark A Bookmark matching the title string value specified.
See Also