Bookmarks

[Top]  [Chapter]  [Previous]  [Next]

Bookmarks can be used to mark link destinations in a PDF file.

 

To create a bookmark you can use

 

public void Bookmark(int x, int y, String BookMark)

 

or

 

public void Bookmark(Rectangle Rect, String BookMark)

 

Please note that both functions are using the current Canvas coordinate trasnformation - this means you can use the same coordinates you use for DrawString(), Line() etc.


[bookmarks.htm]    Copyright © 2007 by WPCubed GmbH