'Declaration Public Function AddBookmark( _ ByVal strBookmark As String, _ ByVal offset As Single _ ) As Integer
public int AddBookmark( string strBookmark, float offset )
Parameters
- strBookmark
- Specifies the name of the bookmark. You can use backslash "\" as a path separator to create a hierarchy of bookmarks.
- offset
- Specifies the location of the bookmark on the page.