PDF File Writer Class Library - Author Uzi Granot
PdfBookmarkAddBookmark Method (String, PdfPage, Double, Color, PdfBookmarkTextStyle, Boolean) |
Add child bookmark
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public PdfBookmark AddBookmark( string Title, PdfPage Page, double YPos, Color Paint, PdfBookmarkTextStyle TextStyle, bool OpenEntries )
Parameters
- Title
- Type: SystemString
Bookmark title. - Page
- Type: PdfFileWriterPdfPage
Page - YPos
- Type: SystemDouble
Vertical position. - Paint
- Type: System.DrawingColor
Bookmark color. - TextStyle
- Type: PdfFileWriterPdfBookmarkTextStyle
Bookmark text style. - OpenEntries
- Type: SystemBoolean
Open child bookmarks attached to this one.
Return Value
Type: PdfBookmarkBookmark object

Add bookmark as a child to this bookmark.
This method creates a new child bookmark item attached
to this parent
