AddBookmark(String,Int32,String) Method
Adds a bookmark to the specified page.
'Declaration
Public Overloads Sub AddBookmark( _
ByVal As String, _
ByVal As Integer, _
ByVal As String _
)
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.