Adds a bookmark to the page at the specified offset.
[Visual Basic]
Public Function AddBookmark( _
ByVal strBookmark As String, _
ByVal offset As Single _
) As Integer
[C#]
public int AddBookmark(
string strBookmark,
float offset
);
Index of the new bookmark in the document.
Bookmarks appear in the viewer's table of contents.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.