PDF File Writer Class Library - Author Uzi Granot
PdfBookmarkAddBookmark Method (String, PdfPage, Double, Double, 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 XPos, double YPos, double Zoom, Color Paint, PdfBookmarkTextStyle TextStyle, bool OpenEntries )
Parameters
- Title
- Type: SystemString
Bookmark title. - Page
- Type: PdfFileWriterPdfPage
Page - XPos
- Type: SystemDouble
Horizontal position - YPos
- Type: SystemDouble
Vertical position. - Zoom
- Type: SystemDouble
Zoom factor (1.0 is 100%. 0.0 is no change from existing zoom). - 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
