Previous Document Next Document
URL.BookMark

Property BookMark As String

Member of URL

The BookMark property returns or sets a bookmark for a URL.

The following code example creates an ellipse on the active layer and assigns a bookmark to the ellipse:

Sub Test() 
 ActivePage.ActiveLayer.CreateEllipse 2, 3, 4, 5 
 ActiveShape.URL.BookMark = "Page 1" 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.