ComponentOne PDF for .NET
AddBookmark(String,Int32,Int32,Double) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > AddBookmark Method : AddBookmark(String,Int32,Int32,Double) Method
Text that appears on the outline tree.
Outline level (zero is the top level).
Index of the page that contains the bookmark.
Position on the specified page where the outline entry is located (in points).
Adds a bookmark to the specified page.
Syntax
'Declaration
 
Public Overloads Sub AddBookmark( _
   ByVal text As System.String, _
   ByVal level As System.Integer, _
   ByVal page As System.Integer, _
   ByVal y As System.Double _
) 
public void AddBookmark( 
   System.string text,
   System.int level,
   System.int page,
   System.double y
)

Parameters

text
Text that appears on the outline tree.
level
Outline level (zero is the top level).
page
Index of the page that contains the bookmark.
y
Position on the specified page where the outline entry is located (in points).
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List