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

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > AddBookmark Method : AddBookmark(String,Int32,String) Method
Text that appears on the outline tree.
Outline level (zero is the top level).
Exist target name of this document from AddTarget method.
Adds a bookmark to the specified page.
Syntax
'Declaration
 
Public Overloads Sub AddBookmark( _
   ByVal text As System.String, _
   ByVal level As System.Integer, _
   ByVal target As System.String _
) 
public void AddBookmark( 
   System.string text,
   System.int level,
   System.string target
)

Parameters

text
Text that appears on the outline tree.
level
Outline level (zero is the top level).
target
Exist target name of this document from AddTarget method.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List
AddTarget(String,RectangleF) Method