|
PdfDocumentAddBookmark Method (String, PdfDestination) |
Creates a root bookmark in the current pdf document.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfBookmark AddBookmark(
string text,
PdfDestination destination
)
Public Function AddBookmark (
text As String,
destination As PdfDestination
) As PdfBookmark
Parameters
- text
- Type: SystemString
The bookmark text. - destination
- Type: SelectPdfPdfDestination
The bookmark destination.
Return Value
Type:
PdfBookmarkThe newly added bookmark.
See Also